Created
March 7, 2022 20:03
-
-
Save youngsoul/6a94079077b7edd7ddde06eca6c3642b to your computer and use it in GitHub Desktop.
Http API 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'{resources_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