Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 1, 2022 02:58
# serverless.yml
service: products-service
provider:
name: aws
runtime: python3.6
stage: dev
region: us-east-1
environment:
SERVICE_NAME: ${self:service}
functions:
hello:
handler: handler.hello
events:
- http: GET hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment