Open otekdo opened 1 year ago
Based on AWS docs, it seems that NodeJS 18.x versions has support for arm64 architectures https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
@otekdo it might be that arm64
is not supported by Dashboard. Can you report it to Dashboard support?
When talking about dashboard, do you mean this platform? https://app.serverless.com
Update: I will report it here https://github.com/serverless/dashboard-plugin
When talking about dashboard, do you mean this platform? https://app.serverless.com
Yes
I will report it here https://github.com/serverless/dashboard-plugin
No, need, let my just move this issue there
Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest v3 release?
Is there an existing issue for this?
Issue description
When i'm trying to deploy a simple lambda function with API gateway endpoint, deployments works nicely when using the default architecture
x86
The error happens when i switch to
architecture: arm64
----In case it helps, these are the files
This is my
index.js
fileThis is my
package.json
fileService configuration (serverless.yml) content
Command name and used flags
serverless deploy
Command output
Environment information