Skip to main content

All Questions

1 vote
0 answers
2k views

Downloading file from s3 bucket in React Application

I have a react web app app which, when clicked un a button triggers an AWS lambda (through an AWS AppSync API) that runs an algorithm written in python. After the algorithm runs its output is written ...
Eva Rivarola's user avatar
1 vote
0 answers
272 views

JS - use files meant for <script> in Node

I have used AWS's JS Builder (https://sdk.amazonaws.com/builder/js/) to generate a minified build of only their Lambda SDK. Now I want o use that in a NodeJS-like (specifically ReactJS) environment. ...
Divyansh Goenka's user avatar