Skip to content

s3 examples #613

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

Closed
peterborkuti opened this issue Mar 6, 2023 · 4 comments
Closed

s3 examples #613

peterborkuti opened this issue Mar 6, 2023 · 4 comments

Comments

@peterborkuti
Copy link
Contributor

Dear Developers,

I would like to add some S3 examples so I opened this ticket.
If you do not think it is useful, just tell me.

I already have two very basic:

  1. listen to an S3 event
  2. listen to only S3 Create event
    I would like to add three more:
  3. download an image to local from s3 bucket when the image is uploaded
  4. create a thumbnail from it
  5. upload a thumbnail to the same bucket with a different name
    If you already have some other ideas, just tell me, I am learning AWS and rust, so I am willing to work on other ideas.

Thank you in advance
Peter

@greenwoodcm
Copy link
Contributor

Some S3 examples sound great! Feel free to open a PR when you have something mergeable. In doing so, I wonder if one full-featured S3 example would suffice. Let's say that example istens to the event, filters for Create events, downloads, creates thumbnail, and uploads into a different bucket/key. That's one example function that the user could easily strip down and simplify if they only need a subset of that stuff. I think that's clearer than having 5 different examples. What do you think?

@peterborkuti
Copy link
Contributor Author

One bigger example: makes sense. I am doing that.

@greenwoodcm
Copy link
Contributor

cool, open a PR when you've got something

peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Mar 12, 2023
peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Mar 19, 2023
peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Mar 19, 2023
peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Mar 24, 2023
peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Mar 25, 2023
peterborkuti added a commit to peterborkuti/aws-lambda-rust-runtime that referenced this issue Apr 1, 2023
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants