You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously I didn't include custom.deploymentBucket.blockPublicAccess. After I added it & deployed my service to all regions I saw that almost all deployment buckets (1 per region) were updated to Bucket and objects not public. However, the following regions did not update the deployment buckets to Access: Bucket and object not public:
I've re-run the deployment multiple times and repeated the same procedure in a separate staging and prod account, and the result was the same -> these regions did not update. I had to do it manually via AWS cli.
I've double-checked my config and app code, but I couldn't fin anything particular about the problematic regions.
The text was updated successfully, but these errors were encountered:
I have an app that is deployed to all AWS regions. This is my
serverless.yml
(simplified)Previously I didn't include
custom.deploymentBucket.blockPublicAccess
. After I added it & deployed my service to all regions I saw that almost all deployment buckets (1 per region) were updated toBucket and objects not public
. However, the following regions did not update the deployment buckets to Access:Bucket and object not public
:I've re-run the deployment multiple times and repeated the same procedure in a separate staging and prod account, and the result was the same -> these regions did not update. I had to do it manually via AWS cli.
I've double-checked my config and app code, but I couldn't fin anything particular about the problematic regions.
The text was updated successfully, but these errors were encountered: