Skip to content

Instantly share code, notes, and snippets.

@GithubOllie
GithubOllie / cfn-s3-queue-notification.yml
Created September 9, 2022 10:49 — forked from tjpatter/cfn-s3-queue-notification.yml
Cloud Formation: S3 Queue Notification
AWSTemplateFormatVersion: "2010-09-09"
Description: Video Processing Queue Pipeline, S3 -> SQS -> Lambda -> EC2 (GPU instance)
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
default: Stack Variables
Parameters:
- Environment
- AppName