agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

Output pythonDashdefaultLambdaLayerQualifiedArn is already deployed in another alias with a different configuration. Either you change your output to match the other definition, or you change the logical resource id to deploy your output separately. #74

Open ashish-akshantal opened 3 years ago

agutoli commented 3 years ago

Sorry, @ashish-akshantal . Could you provide more detail about this issue, please?

ashish-akshantal commented 3 years ago

I ran sls deploy --alias v103 -s dev from my local to deploy version 103 of my application to dev stage and it works fine but when I deploy the same code using Jenkins which runs the same command again, I get the error

Serverless: Preparing alias ...

Error --------------------------------------------------

Output xxxxxpythonDashdefaultLambdaLayerQualifiedArn is already deployed in another alias with a different configuration. Either you change your output to match the other definition, or you change the logical resource id to deploy your output separately.