I am new to AWS, Would appreciate from were i can start to AWS
@lovetocode44867 ай бұрын
Best way to learn AWS is practice. Create a free tier AWS account and start playing
@nipunhimash65003 ай бұрын
What will happen if we give a reserved concurrency as 1 for a lambda function. Will it only spin up one execution environment and queue the other subsequent requests?
@lovetocode44863 ай бұрын
It will spin 1 env in advance. If multiple requests come in the same second, it will spin more on demand lambda instances to serve. It won’t queue but other request will have cold-starts.
@nipunhimash65002 ай бұрын
What if my unreserved concurrency is 100? Will it spin up 200 lambda instances if needed?
@regilearn21387 ай бұрын
I got a task to react upload file/image to AWS s3 bucket to using lambda function and do CRUD using Dynmodb. Please do a tutorial on this. it would be very help full for us. Appreciate you support to your community.Please use react node and express for this.
@lovetocode44867 ай бұрын
hi mate, thanks for the comment. There is a already video which use React and S3 bucket upload. Please check this: kzbin.info/www/bejne/e4vViXWkmMZngbs
@maciekpaciarski93436 ай бұрын
is there information in the cloudwatch log about shutdown ?
@lovetocode44866 ай бұрын
It doesnt show in cloudwatch. BTW "Lambda Insights enhanced monitoring" under "Monitoring and Operational Tool" gives more insights of the lambda execution
@reeddiidator6 ай бұрын
What do you think about Stacktape?
@lovetocode44866 ай бұрын
Sorry mate, I dont have any hands-on experience with Stacktape. :(
@maciekpaciarski93436 ай бұрын
and in what lambda memory the data from outside the handler is stored ?
@lovetocode44866 ай бұрын
There is only one memory for lambda function which is "General configuration" => "Memory"