binzcodes / pulumi-templates

Minimal Typescript app templates to quickly bootstrap a project with Pulumi CLI's `pulumi new` command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulumi Template - Minimal AWS Serverless API

Gitpod ready-to-code

This repo contains templates for pulumi new, which makes it easy to quickly get started building new Pulumi projects.

AWS Nano Serverless - API Gateway DynamoDB

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.

AWS Minimal Serverless - API Gateway DynamoDB

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.

AWS Nano serverless - Express DynamoDB API

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.

AWS Minimal Serverless - API Gateway DynamoDB

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.

Contributing

Contrbutions welcome, see CONTRIBUTING.md

Open in Gitpod

Todo

  • GraphQL

About

Minimal Typescript app templates to quickly bootstrap a project with Pulumi CLI's `pulumi new` command.

License:Apache License 2.0


Languages

Language:TypeScript 100.0%