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

Error running command: dotnet lambda list-layers #90

Closed
dvaghela opened this issue Sep 10, 2019 · 4 comments
Closed

Error running command: dotnet lambda list-layers #90

dvaghela opened this issue Sep 10, 2019 · 4 comments
Labels
bug This issue is a bug. module/cli-ext

Comments

@dvaghela
Copy link

dvaghela commented Sep 10, 2019

I am able to successfully run this command

dotnet lambda publish-layer --package-manifest LambdaLayer/packages.csproj rmoFMSLayer --layer-type runtime-package-store --s3-bucket bucketname --framework netcoreapp2.1

The layer does get uploaded correctly

However when I try to list the lambda layers, I get this error.
I did not have this issue 12 days ago, pushing the last successfully deployed build also now fails with this error.
layerError

Can you please provide guidance if I am doing anything wrong?
Any help appreciated.

@klaytaybai klaytaybai added the bug This issue is a bug. label Sep 11, 2019
@klaytaybai
Copy link

Thanks for reporting this.

I'm curious though why you are only seeing this issue now and not 12 days ago. Did you change versions of Lambda Tools or make changes to the manifest or description?

@normj
Copy link
Member

normj commented Sep 17, 2019

I found the problem and checked in a fix. c2c4441

I'll get this fix shipped out as soon as I can.

@normj normj closed this as completed Sep 17, 2019
@normj
Copy link
Member

normj commented Sep 17, 2019

Sorry didn't mean to close the issue till fix is released.

@normj normj reopened this Sep 17, 2019
@normj
Copy link
Member

normj commented Sep 17, 2019

The fix for this has been shipped as part of version 3.3.1 of Amazon.Lambda.Tools 3.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. module/cli-ext
Projects
None yet
Development

No branches or pull requests

4 participants