Skip to content

Instantly share code, notes, and snippets.

@youngsoul
Created March 11, 2022 22:41
Show Gist options
  • Save youngsoul/9345fcb1478ab0d77b74d834fff38918 to your computer and use it in GitHub Desktop.
Save youngsoul/9345fcb1478ab0d77b74d834fff38918 to your computer and use it in GitHub Desktop.
HttpApi CDK Example
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