Created
October 24, 2020 05:12
-
-
Save tuladhar/07f7aff8c06e22f6704f9e96b9f28bc8 to your computer and use it in GitHub Desktop.
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
| Resources: | |
| LambdaFunction: | |
| Type: AWS::Serverless::Function | |
| Properties: | |
| CodeUri: src/ | |
| Handler: main | |
| Runtime: go1.x | |
| Environment: | |
| Variables: | |
| WEBHOOK_URL: !Ref WebhookUrl | |
| CHANNEL: !Ref Channel | |
| ENVIRONMENT_NAME: !Ref EnvironmentName | |
| ENVIRONMENT_TYPE: !Ref EnvironmentType | |
| Tags: | |
| EnvironmentName: !Ref EnvironmentName | |
| EnvironmentType: !Ref EnvironmentType |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment