Skip to content

feat(functions): add python s3 form data upload example #29

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

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

cyclimse
Copy link
Contributor

Summary

Add an example to upload form-data to s3 with Python. The same example already exists for Go and Node functions.

Checklist

  • I have reviewed this myself.
  • I have attached a README to my example. You can use this template as a reference.
  • I have updated the project README to link my example.

Details

First example with API framework and serverless offline python 🚀

@@ -0,0 +1,45 @@
# Python function to upload files to S3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Very useful example.

Co-authored-by: Reda Noureddine <58738453+redanrd@users.noreply.github.com>
@cyclimse cyclimse requested a review from redanrd March 27, 2023 11:27
@cyclimse cyclimse merged commit de587e4 into main Mar 27, 2023
@cyclimse cyclimse deleted the feat/add-python-s3-multipart-form branch November 10, 2023 13:55
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

Successfully merging this pull request may close these issues.

3 participants