{"id":15174091,"url":"https://github.com/cucumber/cucumber-message-upload-service","last_synced_at":"2025-10-01T11:30:25.186Z","repository":{"id":65989630,"uuid":"250610360","full_name":"cucumber/cucumber-message-upload-service","owner":"cucumber","description":"SAR app that creates a Lambda function and S3 bucket to allow web applications to upload JPG files without a webserver.","archived":false,"fork":true,"pushed_at":"2023-04-04T00:36:59.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T03:05:44.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jbesw/sar-s3-serverless-uploader","license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cucumber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"cucumber"}},"created_at":"2020-03-27T18:13:11.000Z","updated_at":"2020-03-27T18:14:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cucumber/cucumber-message-upload-service","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"192d7e341142a990014102332e80e7d83135a840"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-message-upload-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-message-upload-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-message-upload-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-message-upload-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/cucumber-message-upload-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219866484,"owners_count":16554237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-27T11:24:16.597Z","updated_at":"2025-10-01T11:30:24.840Z","avatar_url":"https://github.com/cucumber.png","language":null,"funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"# Serverless S3 Uploader\n\nThe Serverless S3 Uploader allows you to upload JPG files to Amazon S3 buckets from your web applications using pre-signed URLs.\n\nImportant: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS  pricing page](https://aws.amazon.com/pricing/) for details.\n\n```bash\n.\n├── README.MD                   \u003c-- This instructions file\n├── s3UploaderFunction          \u003c-- Source code for the main lambda function\n│   └── app.js                  \u003c-- Main Lambda handler\n│   └── testHarness.js          \u003c-- For testing code locally\n│   └── package.json            \u003c-- NodeJS dependencies and scripts\n├── template.yaml               \u003c-- SAM template\n```\n\n## Requirements\n\nIf using outside of the AWS Serverless Application Repository:\n\n* AWS CLI already configured with Administrator permission\n* [NodeJS 12.x installed](https://nodejs.org/en/download/)\n\n## Installation Instructions\n\n1. [Create an AWS account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) if you do not already have one and login.\n1. Go to the app's page on the [Serverless Application Repository](https://serverlessrepo.aws.amazon.com/applications/) and click \"Deploy\"\n\n## Using this Application\n\n* This application creates an API Gateway endpoint where your application can request a pre-signed URL to upload JPG objects to an S3 bucket. Once the API returns the URL, your application can PUT the object data to this URL to complete the upload.\n* This application is for educational purposes and does not provide any throttling on the API Gateway endpoint. For production usage, you should [apply throttling to your API resources](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html).\n* You can modify this application to upload other types of object.\n\n## How it works\n\n* Deploy this serverless application and take a note of the API endpoint.\n* Invoke the API to receive a pre-signed URL for uploading a JPG file. Use this pre-signed URL to complete the upload.\n* For a live example of this, see [this Fiddle](https://jsfiddle.net/jbeswick/Lq3vkdx2/). View the browser console to see logs of how the Fiddle is interacting with the API Gateway and presigned URL.\n\n==============================================\n\nCopyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n\nSPDX-License-Identifier: MIT-0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-message-upload-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Fcucumber-message-upload-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-message-upload-service/lists"}