https://github.com/tangledeveloper/pulumi-aws-components
Reusable Pulumi components
https://github.com/tangledeveloper/pulumi-aws-components
aws infrastructure-as-code pulumi pulumi-aws pulumi-typescript
Last synced: about 2 months ago
JSON representation
Reusable Pulumi components
- Host: GitHub
- URL: https://github.com/tangledeveloper/pulumi-aws-components
- Owner: tangledeveloper
- Created: 2020-06-15T09:04:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:19:42.000Z (over 3 years ago)
- Last Synced: 2025-10-06T02:50:47.456Z (9 months ago)
- Topics: aws, infrastructure-as-code, pulumi, pulumi-aws, pulumi-typescript
- Language: TypeScript
- Size: 858 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Pulumi AWS Components
Collection of custom pulumi resources based on best practices.
[](https://www.npmjs.com/pulumi-aws-components)
#### How to use
```
npm i --save-dev pulumi-aws-components
```
#### Available Components
- [Reusable resource based IAM policies](src/components/policies)
These policies can be easily attached to IAM role.
- [LambdaFunction](src/components/LambdaFunction.ts)
- [S3 - SQS subscription queue](src/components/S3NotificationQueue.ts)
- [AWS Textract for Async Operations Pipeline](src/components/AsyncTextract.ts)
- Refer to example usage from here [examples/async-textract](examples/async-textract)
- [SNS - SQS subscription Queue](src/components/SNSEventsQueue.ts)
- [SQS Processing Lambda](src/components/QueueLambda.ts)