Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same IAM role name is generated for every stage #10

Open
orthanc opened this issue May 21, 2024 · 0 comments
Open

Same IAM role name is generated for every stage #10

orthanc opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@orthanc
Copy link

orthanc commented May 21, 2024

Current Behavior

When the same serverless file is deployed to multiple stages in the same AWS account, use of this plugin fails because the IAM role is the same for the same pipe deployed in multiple stages (e.g. test / staging / production)

Expected Behavior

The IAM role would have a unique name for each stage so that it was possible to deploy multiple stages

Steps to Reproduce the Problem

  1. use this plugin to define a pipe
  2. deploy with npx serverless deploy --stage test
  3. deploy with npx serverless deploy --stage staging
  4. Stack fails to deploy as IAM role for the pipe already exists

Environment

  • Version: v1.0.1
@orthanc orthanc added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant