Skip to content

binaris/serverlessconf-austin-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binaris Quine Collection

This is a simple collection of quines accompanying a lecture given at Serverlessconf Austin 2017

A quine is a non-empty computer program which takes no input and produces a copy of its own source code as its only output

Requirements

make will generate the necessary lambda zip files.

make plan will print the accompanying Terraform plan.

make apply will apply the Terraform plan to your AWS account (you will need to specify an AWS region and an account id in tf/terraform.tfvars).

make test will exercise the functions and check their correctness.

make destroy will destroy all resources generated by the Terraform plan.

If you choose to apply the Terraform plan the following will be added to your AWS account

  • IAM role and policy
  • Lambda functions
  • API gateway resources

Any questions or comments can be directed at michael@binaris.com

About

Companion code to "Self Replicating Serverless Function" talk at ServerlessConf Austin 2017 by Michael Adda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors