Created
March 11, 2022 22:41
-
-
Save youngsoul/9345fcb1478ab0d77b74d834fff38918 to your computer and use it in GitHub Desktop.
HttpApi CDK Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api = api_gw.HttpApi(self, f'{resource_prefix}-Test API Lambda', | |
default_integration=integrations.HttpLambdaIntegration(id="lb1-lambda-proxy", | |
handler=lb1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment