Skip to content

Examples of different ways to construct/deploy .NET AWS Lambda projects

Notifications You must be signed in to change notification settings

kjhickman/dotnet-aws-lambda-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET AWS Lambda Demo

This repository contains different samples of ways to deploy to AWS Lambda using .NET.

You can deploy/invoke these lambdas using Amazon.Lambda.Tools.

To install Amazon.Lambda.Tools:

dotnet tool install -g Amazon.Lambda.Tools

Deploying

If you are authenticated with the AWS CLI, then from a project directory run:

dotnet lambda deploy-function

Invoking

dotnet lambda invoke-function -p "hello, world!"

About

Examples of different ways to construct/deploy .NET AWS Lambda projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published