Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Event Driven Image Processing #767

Open
1 of 2 tasks
micahwalter opened this issue Oct 27, 2022 · 1 comment
Open
1 of 2 tasks

Simple Event Driven Image Processing #767

micahwalter opened this issue Oct 27, 2022 · 1 comment
Labels
feature-request A feature should be added or improved. language/typescript Related to Typescript examples p2

Comments

@micahwalter
Copy link

Describe the feature

I'd like to propose a sample that helps users get started with event driven image processing. The sample would deploy a source S3 bucket and a target s3 bucket, along with a Lambda function and EventBridge bus to react to new or updated images landing in the source bucket. The Lambda would then process the source images into several derivatives and copy them to the target bucket, which would be fronted by a CloudFront CDN. We could also add a DynamoDB table to store metadata with an API Gateway.

Use Case

Event driven image processing is very powerful but requires some plumbing to get started. This CDK sample would help developers with a basic design pattern.

Proposed Solution

Simplified version of this:

FY6vetYX0AEDpI-

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Language

Typescript

@micahwalter micahwalter added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 27, 2022
@micahwalter
Copy link
Author

Is there interest in this?

@kaiz-io kaiz-io added language/typescript Related to Typescript examples p2 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. language/typescript Related to Typescript examples p2
Projects
None yet
Development

No branches or pull requests

2 participants