Very handy! Do you think you could also show us how to use X-ray to trace a message thru a longer chain? E.g. Request flows in from some EC2 box to SNS -> SQS -> Lambda which processes it and writes to DynamoDB.
I don't think I will put one until the lockdown is lifted. My internet connection is pathetic here. This video has been uploading for the past 12 hours. :(
Good. Thank you very much for uploading this serverless video. So is it possible deploy big applications in this serverless lambda?when compared to ecs,eks,serverless lambda whic one is better and when to use which one?
You cannot deploy big application into lambda if the startup time is going to be more. In this case if you notice, the startup time was around 20ms. You will have to re-architect your big application to be split into multiple functions if you want to leverage serverless capabilities. or if you dont want to split, you can leverage Fargate on EKS/ECS to run serverless containers
awesome as always. Thanks .... 2 Qs 1. is it possible to have a video for running lambda(almost similar setup as in the video) on localstack? Have already seen ur S3 on localstack, exhausted all aws freebies :P 2. what is the secret to auto populate all contents with just typing some part in Intelllij.
excellent😀😀 demonstration
Great video as always. Thanks!
Thanks for watching!
Very good refresher. Thanks for detailed explanation. Keep rocking Tech primers 👏👏
Bro, nice explained AWS Lamba, S3 and X-Ray. Thank you
Thanks. Very useful for my current project. 👍🏽👍🏽
Great video, thanks
Very handy! Do you think you could also show us how to use X-ray to trace a message thru a longer chain? E.g. Request flows in from some EC2 box to SNS -> SQS -> Lambda which processes it and writes to DynamoDB.
How do you make the architecture diagrams? Are there any tools available for this? Thanks!
Hi , Amazing video ,depth explanation.Kudos.. A small request can we have a QA forum for TechPrimers if possible?
I don't think I will put one until the lockdown is lifted. My internet connection is pathetic here. This video has been uploading for the past 12 hours. :(
Very good for beginners like me.
Can we copy file from S3 to ec2? What will be the procedure to achieve this?
Yes. You can achieve it via aws cli or via aws sdk (java, python or nodejs libraries)
@@TechPrimers Thanks S3Client.getObject works for me
Good. Thank you very much for uploading this serverless video. So is it possible deploy big applications in this serverless lambda?when compared to ecs,eks,serverless lambda whic one is better and when to use which one?
You cannot deploy big application into lambda if the startup time is going to be more. In this case if you notice, the startup time was around 20ms. You will have to re-architect your big application to be split into multiple functions if you want to leverage serverless capabilities.
or if you dont want to split, you can leverage Fargate on EKS/ECS to run serverless containers
@@TechPrimersNice, Thank you very much.
Awesome Buddy. How do you remember everything :)
I don't Rakesh. I do remember little stuff. :)
@@TechPrimers you are the best teacher I have ever come across.
awesome as always. Thanks .... 2 Qs
1. is it possible to have a video for running lambda(almost similar setup as in the video) on localstack? Have already seen ur S3 on localstack, exhausted all aws freebies :P
2. what is the secret to auto populate all contents with just typing some part in Intelllij.
1. Sure will do. 2. It's called live templates. Check out my intellij tips video