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

New "CompatibleArchitectures" is breaking deploys to "sa-east-1" region #104

Open arthurbarbero opened 2 years ago

arthurbarbero commented 2 years ago

Today when I tried to deploy an app to production I've encountered an error that was only in the region "sa-east-1"

image

I believe that it has something to do with the new version 2.5.4. Does anyone already has this error before?

Ps: Sorry for the english

certara-mrobinson commented 2 years ago

Seeing the same error in us-east-1 with recent bump from 2.5.3 > 2.5.4 with a python build.

Capelinha commented 2 years ago

Same error here, i managed to deploy this way, it will be a temporary solution for me.

Put compatibleArchitectures: null in the plugin settings section in serverless.yml

image

aritrikdas commented 2 years ago

I've tried setting CompatibleArchitectures: null, but that did not work for me.

willian-reimann commented 2 years ago

image nice!! it worked for me