Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

Serverless framework configuration allows:

deploymentBucket:

    name: foo

However, it always creates a serverless object key inside the foo bucket. I want to be able to deploy to a different key like BAR.

deploymentBucket:

    name: foo/BAR # illustration only, doesn't work

What are my options here?

closed

1 Answer

0 votes
by (44.4k points)
selected by
 
Best answer

Create a Serverless plugin which will let you add prefixes to objects inside the deployment bucket.

Related questions

Browse Categories

...