Create a website and api with AWS Lambda

  Рет қаралды 40,158

Dan Rusk

Dan Rusk

Күн бұрын

Пікірлер: 38
@akshaysinha2711
@akshaysinha2711 7 жыл бұрын
This video could trigger an epileptic attack. Please add a warning!
@DanRusk
@DanRusk 7 жыл бұрын
you're right, i'll add one
@Jeethendrakumar
@Jeethendrakumar 6 жыл бұрын
Great Tutorial, surprisingly I didn't find the flashing so much disturbing, I just didn't always stare at the monitor constantly,. anyways thanks for sharing this knowledge,... Cheers!!
@babykavin
@babykavin 7 жыл бұрын
Great tutorial! But the flashing is making it really hard to focus on the tutorial. Any plans on re recording it?
@francisgithii7532
@francisgithii7532 2 жыл бұрын
what about user authentication, sessions and preventing a user from voting twice.
@Tugyankreel
@Tugyankreel 6 жыл бұрын
Had to come to the comments to make sure I wasn't the only one see8ng flashes
@garywoodfine
@garywoodfine 7 жыл бұрын
It is a damn shame about the flashing. You content is awesome, and I was learning a lot, but I had to stop, that although I am not epileptic, I did find the flashing annoying.
@necival85
@necival85 7 жыл бұрын
Gary Woodfine same for me. Great content but the flashing is unbearable
@RegNatarajan
@RegNatarajan 7 жыл бұрын
Really invaluable tutorial! I don't care about the screen flashing. This saved me hours and hours. Maybe weeks.
@danrusk7762
@danrusk7762 7 жыл бұрын
Thanks Reg, I appreciate it and I'm glad it helped you
@crichessill
@crichessill 7 жыл бұрын
We just tried this example. In our case, the dynamodb doesn't trigger the 2nd lambda function to show the vote tally on our website every time there is an update to the dynamoDB table. Essentially, the data.json file isn't updated automatically till we manually click the test button in lambda. also, the data.json file becomes private everytime there is an update to the file.
@danrusk7762
@danrusk7762 7 жыл бұрын
Do you have a trigger set up from your dynamodb table to the lambda? That should take care of the update trigger. For the S3 public content, make sure the bucket is set up for static website hosting. That setting is in the properties for the bucket.
@crichessill
@crichessill 7 жыл бұрын
yes we had the trigger set up.. will look into the static website hosting.. i think we had that enabled as well
@gabrieldash721
@gabrieldash721 3 жыл бұрын
This tuturial is very good, it helped me a lot. Everyone crying in comments is an idiot
@WikumEkanayake
@WikumEkanayake 7 жыл бұрын
is there any better way to refresh the graph instead of rewriting the data file and reading it ? is there a way to subscribe for a stream sort of thing ? or a simple ajax call to a lambda function to get data ?
@danrusk7762
@danrusk7762 7 жыл бұрын
Certainly there are definitely better ways to do this in production. Your questions could lead to a great solution but this tutorial is an attempt to highlight some interesting things you can do with api gateway/lambda/dynamo without an overload of implementation. For instance, you could add an API Gateway endpoint that reads from the file rather than just reading the file directly as a start.
@csbhaskar
@csbhaskar 4 жыл бұрын
So much flickering, please re-record.
@maridontable
@maridontable 5 жыл бұрын
oh my gooooood the flashing. Got like 3 and a half minutes in, HAD to stop. You're making videos that are probably so relevant, but I can't watch them with that.
@danrusk7762
@danrusk7762 5 жыл бұрын
I should have time this summer to record some new videos. I wish I could remove the flashes from this video. I have different screen capture software now so it won't be a problem in the future.
@MikeRice
@MikeRice 6 жыл бұрын
great info, but now i have a headache and not 10min into it either. =C
@celestial_crash0
@celestial_crash0 7 жыл бұрын
there's got to be some video editing software that removes the flashes by now...
@danrusk7762
@danrusk7762 7 жыл бұрын
I looked for free software for a while. I tried writing something using ffmpeg, but couldn't get it to work. It would take less effort to just re-record the video, which I may do at some point. In August, We will be posting another video to the ThornTech channel kzbin.info/door/Tin6nob3CGnmZn7-sokHcA on a very similar topic.
@vijay.khanna
@vijay.khanna 7 жыл бұрын
Great Efforts.. the presentation is very crisp.. How can i get a copy of the code you have used
@danrusk7762
@danrusk7762 7 жыл бұрын
Vijay Khanna glad it was helpful to you! the code and other resources can be found in the associated blog post: www.thorntech.com/2016/10/serverless-website-aws-lambda/
@noahsuresh6706
@noahsuresh6706 5 жыл бұрын
Can you please share your code
@danrusk7762
@danrusk7762 5 жыл бұрын
Hey Noah, there is a zip of the code and instructions on the blogpost at www.thorntech.com/2016/10/serverless-website-aws-lambda/
@JonathanAgoot
@JonathanAgoot 6 жыл бұрын
I'm sure the content is great but this is not watchable.
@aleXelaMec
@aleXelaMec 3 жыл бұрын
wattahack with the flickering?! sending some code by video?! killed me (
@gordhenschel1419
@gordhenschel1419 7 жыл бұрын
I thought I could handle the strobing, I got to 22 min and quit with a brutal headache.
@danrusk7762
@danrusk7762 7 жыл бұрын
Sorry for the physical pain! For a more well produced video on the same topic, check out Robert Chen's video at kzbin.info/www/bejne/rpKmk3x8fcSXb80
@nickross4059
@nickross4059 7 жыл бұрын
This is unwatchable due to flashing
@danrusk7762
@danrusk7762 7 жыл бұрын
If you pattern blinking your eyes with the flashes, it isn't too bad
@danrusk7762
@danrusk7762 7 жыл бұрын
nick ross check out my coworkers video on a similar topic. it has no flashing kzbin.info/www/bejne/rpKmk3x8fcSXb80
@krishnapurna
@krishnapurna 6 жыл бұрын
lots of screen flashes
@aldebaranh666
@aldebaranh666 7 жыл бұрын
your screen flashes...
@danrusk7762
@danrusk7762 7 жыл бұрын
you're right, the screen flashes are unfortunate. I re-recorded some of the worst offenders, but it had to do with recording and casting to an apple tv at the same time.
@josephastrahan6403
@josephastrahan6403 7 жыл бұрын
what I do is pause the video to help with it
@vishfulthinker
@vishfulthinker 7 жыл бұрын
Excellent content. Downvote for the flashing :(
Introduction to AWS Lambda & Serverless Applications
56:02
Amazon Web Services
Рет қаралды 317 М.
Intro to AWS Lambda with Python | AWS Lambda Python Tutorial
32:01
Block Explorer
Рет қаралды 262 М.
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 68 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 290 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 64 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 70 МЛН
Getting Started With AWS Cloud | Step-by-Step Guide
23:54
Travis Media
Рет қаралды 94 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,6 МЛН
AWS Lambda Tutorial
9:22
Stephane Maarek
Рет қаралды 257 М.
AWS Lambda Explained with Demo
41:28
myAWSGuru
Рет қаралды 50 М.
Running AWS ECS Tasks in Fargate (Fat Lambda)
42:05
Dan Rusk
Рет қаралды 12 М.
AWS Lambda : load JSON file from S3 and put in dynamodb
23:12
Java Home Cloud
Рет қаралды 98 М.
The IDEAL & Practical CI / CD Pipeline - Concepts Overview
22:36
Be A Better Dev
Рет қаралды 488 М.
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 68 МЛН