Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
278 B
YAML
Raw Permalink Normal View History

2023-11-02 07:55:41 +00:00
name: s3-writer
runtime: yaml
description: A program to create a Lambda write to S3 workflow on AWS
resources:
# [Step 1: Create an S3 bucket.]
my-bucket:
type: aws:s3:Bucket
# [Step 2: Create a Lambda function.]
# TO-DO
# [Step 3: Create an export.]
# TO-DO