Skip to content

Instantly share code, notes, and snippets.

@tuladhar
Last active October 24, 2020 05:11
Show Gist options
  • Select an option

  • Save tuladhar/a2d97459b714fa0cf3855aa34c8a9a5a to your computer and use it in GitHub Desktop.

Select an option

Save tuladhar/a2d97459b714fa0cf3855aa34c8a9a5a to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Lambda to send notification for ElastiCache Events
Parameters:
EnvironmentName:
Type: String
EnvironmentType:
Type: String
AllowedValues:
- nonproduction
- production
WebhookUrl:
Type: String
Channel:
Type: String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment