Skip to content

Setting DOTNET_SHARED_STORE For Function Deployed In CloudFormation #222

Discussion options

You must be logged in to vote

UPDATE:
@hounddog22030 Apologies for the delay.

Looks like you were using incorrect value net60 for --framework parameter in your dotnet lambda publish-layer command. The correct command is dotnet lambda publish-layer MyLayer --s3-bucket testbucket --framework net6.0 --layer-type runtime-package-store. I noticed this when running dotnet lambda list-layers where it was not showing value for Compatible Runtimes for the published layer. After correcting the value of --framework parameter to net6.0, it displayed value dotnet6 for Compatible Runtimes when using dotnet lambda list-layers command.

Kindly refer Target frameworks in SDK-style projects for valid TFM values.

After the new version of…

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ashishdhingra
Comment options

@hounddog22030
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@hounddog22030
Comment options

@hounddog22030
Comment options

@ashishdhingra
Comment options

@ashishdhingra
Comment options

Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants