Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Verma committed Jun 2, 2022
1 parent 476d1e3 commit 44eb98d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ useDotenv: true
provider:
name: aws
runtime: nodejs12.x
stage: production
stage: development
lambdaHashingVersion: '20201221'
iamManagedPolicies:
- "arn:aws:iam::382498506946:policy/s3_hris_assets"
region: ap-southeast-2
timeout: 900
environment:
ALLOWS_INSECURE_SSL_CERTIFICATES: true
HRIS_BUCKET_NAME: "hris-assets"


plugins:
- serverless-plugin-typescript
Expand Down

0 comments on commit 44eb98d

Please sign in to comment.