Skip to content

Instantly share code, notes, and snippets.

@youngsoul
Created March 7, 2022 20:03
Show Gist options
  • Save youngsoul/6a94079077b7edd7ddde06eca6c3642b to your computer and use it in GitHub Desktop.
Save youngsoul/6a94079077b7edd7ddde06eca6c3642b to your computer and use it in GitHub Desktop.
Http API CDK example
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