리뷰 Serverless Architectures using Amazon S3 and Amazon SNS with AWS Lambda개

리뷰 Serverless Architectures using Amazon S3 and Amazon SNS with AWS Lambda개

리뷰 788개

Progress doesn't always accurately track tasks that have been completed

Eric R. · 7년 초과 전에 리뷰됨

Where are the code snippets? I have to manually type in all the lines of code for a timed exercise because the formatting in the PDF won't work. SO ANNOYING! The place that quiklabs says the code exists isn't a real thing!!

Jonathan K. · 7년 초과 전에 리뷰됨

Fix the problems in the lab! EC2 was not running.

M N. · 7년 초과 전에 리뷰됨

Leon C. · 7년 초과 전에 리뷰됨

Could not get the uploaded lambda function to work. Kept throwing an error on load.

Jim M. · 7년 초과 전에 리뷰됨

took 2 times, found different error while uploading lambda functions.

Manish J. · 7년 초과 전에 리뷰됨

took 2 times, found different error while uploading lambda functions.

Manish J. · 7년 초과 전에 리뷰됨

took 2 times, found different error while uploading lambda functions.

Manish J. · 7년 초과 전에 리뷰됨

Like the lab - though, as noted in other posts, the last item in the progress doesn't get marked as complete

Paul R. · 7년 초과 전에 리뷰됨

took 2 times, found different error while uploading lambda functions.

Manish J. · 7년 초과 전에 리뷰됨

Great lab, and very helpful! I did run into some trouble, though, so in case anyone starts hitting a wall on some parts, maybe this will help: Before using "aws lambda" on your EC2 instance, you may need to run "aws configure". Here, just paste in the Access Key and Secret Access Key provided in the Connect tab in the Lab (click on Show Access Keys to get them). Then, for Default Region Name, use the name of the region that you've identified at the start of the lab (ex: us-east-2). For Default Option Format, leave it blank. Then your aws lambda command will work. Copying and pasting the code resulted in formatting errors since the lab formats things with spaces that your IDE or text editor may interpret it too literally. The most common thing I've encountered is that single-line code comments (lines starting with double slashes: //) end up spanning multiple lines. After correcting these, my code still didn't execute, so I ran it through a JavaScript beautifier (http://jsbeautifier.org/) which made the code run as expected (strange that this was necessary, though) If you did encounter trouble like I did with running the provided code and need to update it, update CreateThumbnail.js with your new changes, then do this: 1. Remove the old CreateThumbnail.zip file with this command: rm CreateThumbnail.zip 2. Regenerate the zip file: zip -r CreateThumbnail.zip . 2. Run the update-function-code command aws lambda update-function-code --function-name CreateThumbnail --zip-file fileb:///home/ec2-user/examplefolder/CreateThumbnail.zip Then your lambda function should work when you're uploading to your S3 bucket

Nick A. · 거의 8년 전에 리뷰됨

last progress step in not working....

Christophe C. · 거의 8년 전에 리뷰됨

Ethan S. · 거의 8년 전에 리뷰됨

Matthew L. · 거의 8년 전에 리뷰됨

Sharder I. · 거의 8년 전에 리뷰됨

Brian D. · 거의 8년 전에 리뷰됨

Fabrice K. · 거의 8년 전에 리뷰됨

James J. · 거의 8년 전에 리뷰됨

Ace M. · 거의 8년 전에 리뷰됨

solomon g. · 거의 8년 전에 리뷰됨

Bojan K. · 거의 8년 전에 리뷰됨

Nicola P. · 거의 8년 전에 리뷰됨

Daniel H. · 거의 8년 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.