Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
/ lambda-example Public archive

Example Terraform managed python lambda functions with custom domain and TLS

Notifications You must be signed in to change notification settings

johnweldon/lambda-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-example

This repository demonstrates the use of Terraform to fully manage a python serverless function with a custom domain, and AWS managed certificate.

There are many opportunities to improve and expand this (PR's welcome).

Tools needed for this:

  1. Terraform (macOS: brew install terraform)
  2. AWS cli (macOS: brew install awscli)
  3. Python 3.6

And, of course, an AWS subscription and credentials.