a-cloud-guru | Infra as code for studying some aws certifications | Infrastructure Automation library
kandi X-RAY | a-cloud-guru Summary
kandi X-RAY | a-cloud-guru Summary
Infra as code for studying some aws certifications
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of a-cloud-guru
a-cloud-guru Key Features
a-cloud-guru Examples and Code Snippets
Community Discussions
Trending Discussions on a-cloud-guru
QUESTION
I am building a web app with AWS Amplify and React. The functionality I am trying to accomplish is an authenticated user uploads a video. The S3 storage bucket has a lambda trigger that transcodes the video into multiple formats for diffrent viewers. Those files are uploaded to a separate bucket which is to be consumed by the React Web App.
The issue is Amplify projects may only have one bucket associated to them. I completed a tutorial on using the serverless platform here which worked well but when I tried to transfer the second bucket into my project the second bucket was denied. I believe direct manipulation of the cloudformation template is necessary but I don't know how or if this is possible.
AWS offers a few media transcoder services that can complete transcoding per job but I don't know how to start a transcoder job via a lambda function initiated from React then associate the result with my Amplify project....
Any suggestions?
...ANSWER
Answered 2020-Apr-10 at 09:54Multiple buckets are not yet supported on Amplify.
There are 2 issues opened on Amplify repository:
This: https://github.com/aws-amplify/amplify-cli/issues/1923 This one was closed, and the recommendation is that you should use different prefixes on the same repository as "best practice".
But if you can't do that, there are some workarounds to get the job done.
This is the other ticket: https://github.com/aws-amplify/amplify-js/issues/329
The simplest solution is in case you just need to call a get
and the buckets are in the same region, then you should need to do
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install a-cloud-guru
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page