Skip to content

Instantly share code, notes, and snippets.

@lktslionel
Last active April 30, 2024 12:29
Show Gist options
  • Save lktslionel/8fadd8b701028f01948770215eaf33ef to your computer and use it in GitHub Desktop.
Save lktslionel/8fadd8b701028f01948770215eaf33ef to your computer and use it in GitHub Desktop.
WRK - 00001 - Create an AWS Serverless Repository Application
WORKSHOP - 00001 - Create an AWS Serverless Repository Application

Create CodeCommit Event Trigger On Tag Publish

Setup

  1. Create a new folder for the project and initialiaze it as a new Python project as follows:
mkdir -p sample-sar-application
cd sample-sar-application/
pdm init
  1. Install SAM CLI : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html

  2. Install project dependencies:

pdm add -Gdev  aws-lambda-env-modeler aws-lambda-powertools 
pdm add pydantic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment