{"id":24719583,"url":"https://github.com/binzcodes/pulumi-templates","last_synced_at":"2026-02-14T02:44:02.793Z","repository":{"id":36985140,"uuid":"502584718","full_name":"binzcodes/pulumi-templates","owner":"binzcodes","description":"Minimal Typescript app templates to quickly bootstrap a project with Pulumi CLI's `pulumi new` command.","archived":false,"fork":false,"pushed_at":"2025-08-18T02:16:01.000Z","size":43355,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T16:32:06.765Z","etag":null,"topics":["api-gateway","aws","aws-lambda","eventbridge","pulumi","pulumi-aws","pulumi-typescript","serverless","serverless-framework","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binzcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-12T10:31:26.000Z","updated_at":"2025-01-12T16:56:38.000Z","dependencies_parsed_at":"2023-01-17T12:01:43.745Z","dependency_job_id":"9df8e9a3-1455-41f3-8dba-7977cbd8b1eb","html_url":"https://github.com/binzcodes/pulumi-templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binzcodes/pulumi-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binzcodes%2Fpulumi-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binzcodes%2Fpulumi-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binzcodes%2Fpulumi-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binzcodes%2Fpulumi-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binzcodes","download_url":"https://codeload.github.com/binzcodes/pulumi-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binzcodes%2Fpulumi-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29432572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T02:20:56.896Z","status":"ssl_error","status_checked_at":"2026-02-14T02:11:29.478Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-gateway","aws","aws-lambda","eventbridge","pulumi","pulumi-aws","pulumi-typescript","serverless","serverless-framework","typescript"],"created_at":"2025-01-27T11:18:26.208Z","updated_at":"2026-02-14T02:44:02.774Z","avatar_url":"https://github.com/binzcodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pulumi Template - Minimal AWS Serverless API\n\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/binzcodes/pulumi-templates)\n\nThis repo contains templates for pulumi new, which makes it easy to quickly get started building new Pulumi projects.\n\n## AWS Nano Serverless - API Gateway DynamoDB\n\nA bare-bones serverless API template using AWS API Gateway and Lambda functions serving a dynamic DynamoDB-based hit counter.\n\n```bash\npulumi new https://github.com/binzcodes/pulumi-templates/templates/aws-nano-dynamo-api-gateway\n```\n\nSee [`README.md`](templates/aws-nano-dynamo-api-gateway/README.md) for more.\n\n## AWS Minimal Serverless - API Gateway DynamoDB\n\nBuilds a serverless API template extending `AWS Nano Serverless - API Gateway DynamoDB` with linting, testing and CI/CD.\n\nUses AWS API Gateway and Lambda functions serving a dynamic DynamoDB-based hit counter.\n\n```bash\npulumi new https://github.com/binzcodes/pulumi-templates/templates/aws-minimal-dynamo-api-gateway\n```\n\nSee [`README.md`](templates/aws-minimal-dynamo-api-gateway/README.md) for more.\n\n## AWS Nano serverless - Express DynamoDB API\n\nA bare-bones serverless [Express](https://expressjs.com/) API template using Pulumi's cloud.HttpServer built on AWS API Gateway and Lambda functions, serving a dynamic DynamoDB-based hit counter.\n\n```bash\npulumi new https://github.com/binzcodes/pulumi-templates/templates/aws-nano-express-dynamo-api\n```\n\nSee [`README.md`](templates/aws-nano-express-dynamo-api/README.md) for more.\n\n## AWS Minimal Serverless - API Gateway DynamoDB\n\nBuilds a serverless [Express](https://expressjs.com/) API template extending `AWS Nano serverless - Express DynamoDB API`\n\nUses Pulumi's cloud.HttpServer to deploy an Express app on an AWS serverless stack, serving a dynamic DynamoDB-based hit counter.\n\n```bash\npulumi new https://github.com/binzcodes/pulumi-templates/templates/aws-minimal-express-dynamo-api\n```\n\nSee [`README.md`](templates/aws-minimal-express-dynamo-api/README.md) for more.\n\n# Contributing\n\nContrbutions welcome, see [`CONTRIBUTING.md`](CONTRIBUTING.md)\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binzcodes/pulumi-templates)\n\n# Todo\n\n- GraphQL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinzcodes%2Fpulumi-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinzcodes%2Fpulumi-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinzcodes%2Fpulumi-templates/lists"}