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

Add a serverless-raw example app (using C#) #20

Merged
merged 3 commits into from
Mar 22, 2018
Merged

Conversation

lukehoban
Copy link
Member

Adds a simple serverless example using raw AWS primitives - API Gateway, Lambda, DynamoDB, etc.

The app that is deployed is a simple C# app which tracks how many times a route has been accessed in Dynamo.

This highlights another option for packaging and deploying code via Pulumi.

Fixes #19.

Adds a simple serverless example using raw AWS primitives - API Gateway, Lambda, DynamoDB, etc.

The app that is deployed is a simple C# app which tracks how many times a route has been accessed in Dynamo.

This highlights another option for packaging and deploying code via Pulumi.

Fixes #19.
Add more details to README to help guide readers to the most interesting examples for their area of focus.
@lukehoban
Copy link
Member Author

Merging - but feedback welcome any time.

@lukehoban lukehoban merged commit 50ba539 into master Mar 22, 2018
@lukehoban lukehoban deleted the 19_serverless-raw branch March 22, 2018 18:16
@joeduffy
Copy link
Member

Great! Thank you for whipping this together so quickly, sincerely appreciated.

ramene pushed a commit to ramene/pulumi-kubeflow-ml that referenced this pull request Sep 7, 2019
Add a serverless-raw example app (using C#)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants