Skip to content

Instantly share code, notes, and snippets.

@foontzoot
Created June 14, 2023 13:22
Show Gist options
  • Save foontzoot/4bf5d8f30ee5ade9e27534cfa2f0cf20 to your computer and use it in GitHub Desktop.
Save foontzoot/4bf5d8f30ee5ade9e27534cfa2f0cf20 to your computer and use it in GitHub Desktop.
Lambda function on arm64
{
"Information": [
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
"To learn more about the Lambda commands with the .NET Core CLI execute the following command at the command line in the project root directory.",
"dotnet lambda help",
"All the command line options for the Lambda command can be specified in this file."
],
"profile": "",
"region": "",
"configuration": "Release",
"function-runtime": "dotnet6",
"function-architecture": "arm64",
"function-memory-size": 256,
"function-timeout": 30,
"function-handler": "LambdaFunctionOnArm64::LambdaFunctionOnArm64.Function::FunctionHandler"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment