https://github.com/vidhill/terraform-lambda
https://github.com/vidhill/terraform-lambda
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vidhill/terraform-lambda
- Owner: vidhill
- Created: 2023-02-26T20:13:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T18:35:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T14:17:21.436Z (11 months ago)
- Language: Go
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-lambda
[](https://github.com/vidhill/terraform-lambda/actions)
Test lambda service, written in `go`, provisioning all required AWS resources using terraform.
```mermaid
sequenceDiagram
S3 Source Bucket->>Lambda: "s3:ObjectCreated" event
Lambda->>S3 Destination Bucket: Resized image
```