Demo - Update to CDK v1.135.0+
Closed this issue · 0 comments
huntharo commented
- v1.135.0 has breaking changes to API Gateway v2 Integration names:
- https://github.com/aws/aws-cdk/releases/tag/v1.135.0
- apigatewayv2-integrations: LambdaProxyIntegration and
LambdaProxyIntegrationProps are now renamed to
HttpLambdaIntegration and HttpLambdaIntegrationProps respectively.
The new class accepts the lambda function handler directly in its constructor.
- As there is no current usage of microapps-core it makes sense to make this breaking update now