flaviostutz / cdk-practical-constructs

A collection of CDK constructs for making the development of AWS based applications easier and safer in a practical way
MIT License
4 stars 2 forks source link

Fix/api gateway integration with lambda function #1

Closed MarcioMeier closed 6 months ago

MarcioMeier commented 6 months ago

Summary

This PR fixes/implements the following bugs/features

Explain the motivation for making this change. What existing problem does the pull request solve? The current apigateway integration is not working, as it is pointing to the lambda's arn directly instead of the apigateway invocation function.

image (4)

Breaking changes

None that I'm aware

flaviostutz commented 6 months ago

That's so nice that you fixed that! Thanks!