Skip to content

Instantly share code, notes, and snippets.

@boltathi24
Created July 27, 2021 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boltathi24/0d78462d22dc44cecf14ed883b2cbbf3 to your computer and use it in GitHub Desktop.
Save boltathi24/0d78462d22dc44cecf14ed883b2cbbf3 to your computer and use it in GitHub Desktop.
Serverless project.yml configuration
bucket:
strip: 1
packages:
- name: form
actions:
- name: insert
limits:
timeout: 60000
environment:
DB_Username: ${DB_Username}
DB_Password: ${DB_Password}
DB_ClusterUri: "${DB_ClusterUri}"
DB_Name: ${DB_Name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment