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
sls client deploy --no-confirm --stage dev
Serverless: Skipping client generation...
Serverless: This deployment will:
Serverless: - Remove all existing files from bucket 'my-webapp-dev-my-webapp-saad'
Serverless: - Upload all files from 'build' to bucket 'my-webapp-dev-my-webapp-saad'
Serverless: Looking for bucket 'my-webapp-dev-my-webapp-saad'...
Serverless: Bucket does not exist. Run serverless deploy
Serverless Error ---------------------------------------
Bucket does not exist!
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information ---------------------------
Operating System: darwin
Node Version: 13.8.0
Framework Version: 1.67.3
Plugin Version: 3.6.6
SDK Version: 2.3.0
Components Version: 2.29.1
Notice that the bucket name in the logs is my-webapp-dev-my-webapp-saad, not just my-webapp-saad.
Is there a way to not prepend the service name to the bucketName?
The text was updated successfully, but these errors were encountered:
Would be better to have the bucketName as the actual bucket name in config and not prepend the service name. This would allow the bucketName to fit in with naming policy already used in our AWS account. It would be also more in keeping the way, if you define a custom name for a resource, the serverless framework honours the custom name (for example setting provider.stackName).
Hello,
With the following configuration:
i get the following error:
Notice that the bucket name in the logs is
my-webapp-dev-my-webapp-saad
, not justmy-webapp-saad
.Is there a way to not prepend the service name to the bucketName?
The text was updated successfully, but these errors were encountered: