cold-yacht-45876
07/02/2021, 12:42 AMlittle-cartoon-10569
07/02/2021, 12:59 AMcold-yacht-45876
07/02/2021, 9:37 AMconst api = new awsx.apigateway.API(`${stackName}-web-api`, {
routes: [{
path: "{proxy+}",
method: "ANY",
eventHandler: lambda,
apiKeyRequired: true,
}],
restApiArgs: {
endpointConfiguration: {
types: "REGIONAL"
}
},
stageName: environmentType
});
little-cartoon-10569
07/04/2021, 8:54 PM