Skip to content

Commit

Permalink
ENG-2872 Added blockPublicAccess attribute to the deploymentBucket (#318
Browse files Browse the repository at this point in the history
)

The serverless configuration file has been updated to restrict public access to the deploymentBucket. This change enhances the security by preventing any unauthorized access.
  • Loading branch information
TravisHoover committed Dec 11, 2023
1 parent 9956fb4 commit f0bcdb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serverless.yml
Expand Up @@ -20,5 +20,9 @@ functions:
path: /
method: post

custom:
deploymentBucket:
blockPublicAccess: true

plugins:
- serverless-deployment-bucket

0 comments on commit f0bcdb8

Please sign in to comment.