Skip to content

aka-somix/serverless-secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Secret Santa 🎅

A story about how Serverless saved the Christmas ✨

This repository references a Medium Article that you can read HERE




AWS Architecture

Architecture

Deploy the SAM template

Prerequisites

How to

Once you have everything listed above, you will need to configure the AWS CLI tool to access your AWS account.

Then, open the aws/samconfig.toml file and change the following part:

parameter_overrides = [
    "SenderEmail=\"youremail@example.com\"",
]

Putting the email you have verified on the AWS SES that you want to use to send the secret santa invites.

Then change directory to aws:

cd aws/

and run the following:

sam deploy

This should automatically take all the configurations from the samconfig.toml file and deploy your infrastructure.

Tear down

When you have finished, you can go again in the aws/ folder and run

sam delete

to tear down the whole project

About

A story about how Serverless saved the Christmas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published