Skip to content

angusy29/aws-lambda-emf-cloudformation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-emf-cloudformation-template

This repository contains sample CloudFormation template which will deploy a basic AWS Lambda function via AWS SAM which emits metrics using Embedded Metric Format.

How to setup

  1. Clone the repository
  2. Install AWS SAM CLI https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install. html
  3. Set up virtual environment python3 -m venv .env
  4. Activate the virtual environment source .env/bin/activate
  5. Install dependencies from requirements.txt into lambda_layer via pip install -r requirements.txt --target lambda_layer/python
  6. sam build
  7. sam deploy --stack-name sample-lambda

About

Sample Lambda Embedded Metric Format application in CloudFormation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages