serverless-layers icon indicating copy to clipboard operation
serverless-layers copied to clipboard

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.

Open ashish-akshantal opened this issue 4 years ago • 2 comments
trafficstars

ashish-akshantal avatar Jun 22 '21 21:06 ashish-akshantal

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

agutoli avatar Jun 22 '21 23:06 agutoli

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.

ashish-akshantal avatar Jun 22 '21 23:06 ashish-akshantal