Skip to content

Instantly share code, notes, and snippets.

@chapimenge3
Created December 4, 2022 16:53
Show Gist options
  • Save chapimenge3/cd79e6e757895f7e6ee103e8a833a3e1 to your computer and use it in GitHub Desktop.
Save chapimenge3/cd79e6e757895f7e6ee103e8a833a3e1 to your computer and use it in GitHub Desktop.
service: Todo
frameworkVersion: '3'
provider:
name: aws
runtime: python3.8
# Totally optional, but it's a good idea to set this
stage: dev
profile: default # if you are working with different AWS account
stackName: todo-stack
logRetentionInDays: 14
region: 'us-east-1' # if you are working with different AWS region choose nearest to you
functions:
hello:
handler: handler.hello
events:
- httpApi:
path: /
method: get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment