Skip to content

CloudFormation yaml script to provision a Linux EC2 Instance that publishes a Python Lambda Layer.

Notifications You must be signed in to change notification settings

gjyoungjr/python_lambda_layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

⚡️ Lambda Layers

This repo contains a CloudFormation YAML script that creates a Linux EC2 Instance, builds and publish an AWS Python Lambda Layer.

What is a Lambda Layer?

Layers

Read more about AWS Lambda Layers here.

Deployment

Step 1: Deploy using AWS CLI

You can deploy the CloudFormation Stack using AWS CLI. For more information about aws cloudformation commands visit here

AWS CLI Command

aws cloudformation deploy --template-file <path_to_file> --stack-name <stack_name> --capabilities CAPABILITY_NAMED_IAM

About

CloudFormation yaml script to provision a Linux EC2 Instance that publishes a Python Lambda Layer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published