Skip to content

Instantly share code, notes, and snippets.

@antklim
Last active August 7, 2022 21:54
Show Gist options
  • Save antklim/7a5190c26240c4d7ee1bdd35216ba67a to your computer and use it in GitHub Desktop.
Save antklim/7a5190c26240c4d7ee1bdd35216ba67a to your computer and use it in GitHub Desktop.
APIGW:
Type: AWS::ApiGateway::RestApi
Properties:
Description: !Sub ${ProjectName} APIs
EndpointConfiguration:
Types:
- REGIONAL
Name: !Ref ProjectName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment