Last active
July 19, 2022 13:18
-
-
Save ajaykarthikr/9d5d7118ae169313ed01afb3e0595973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: pdf-generator | |
frameworkVersion: '3' | |
provider: | |
name: aws | |
runtime: nodejs14.x | |
region: ap-south-1 | |
stage: ${opt:stage, 'dev'} | |
timeout: 28 | |
functions: | |
api: | |
handler: handler.handler | |
events: | |
- httpApi: '*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment