This repo contains templates for pulumi new, which makes it easy to quickly get started building new Pulumi projects.
A bare-bones serverless API template using AWS API Gateway and Lambda functions serving a dynamic DynamoDB-based hit counter.
pulumi new https://github.com/binzcodes/pulumi-templates/aws-nano-dynamo-api-gateway
See README.md
for more.
Builds a serverless API template extending AWS Nano Serverless - API Gateway DynamoDB
with linting, testing and CI/CD.
Uses AWS API Gateway and Lambda functions serving a dynamic DynamoDB-based hit counter.
pulumi new https://github.com/binzcodes/pulumi-templates/aws-minimal-dynamo-api-gateway
See README.md
for more.
A bare-bones serverless Express API template using Pulumi's cloud.HttpServer built on AWS API Gateway and Lambda functions, serving a dynamic DynamoDB-based hit counter.
pulumi new https://github.com/binzcodes/pulumi-templates/aws-nano-express-dynamo-api
See README.md
for more.
Builds a serverless Express API template extending AWS Nano serverless - Express DynamoDB API
Uses Pulumi's cloud.HttpServer to deploy an Express app on an AWS serverless stack, serving a dynamic DynamoDB-based hit counter.
pulumi new https://github.com/binzcodes/pulumi-templates/aws-minimal-express-dynamo-api
See README.md
for more.
Contrbutions welcome, see CONTRIBUTING.md
- GraphQL