amazing feature that provide a lot of value for customers !
@giopez7 күн бұрын
Thank you
@NewtonRaphson17 күн бұрын
Typescript >:C
@Irresponsibleful19 күн бұрын
Not a good explanation, someone who can properly follow this - likely does not need it explained. Chosen names are most confusing trying to figure out what is what.
@glebbondarenko6724 күн бұрын
thank you Eric for the course
@corwinmoyneАй бұрын
Where can I find parts 2 & 3 of the blog, including a link to the repo?
@Luther_LuffeighАй бұрын
The fact that you can’t trigger a step function via vpc http call is a disgrace
@justincallisonАй бұрын
Can you clarify what you are looking to do here? Are you wanting to start a step functions workflow execution from inside your VPC? Or are you looking for the other way, to have a step functions execution directly call an http endpoint in your VPC?
@Luther_LuffeighАй бұрын
@@justincallison I should clarify, it’s the latter
@justincallisonАй бұрын
@@Luther_Luffeigh got it. This is a common request we hear from customers.
@jorgetovar621Ай бұрын
Eric is back 🎉
@farmersneedАй бұрын
Amplify gen 2 is my favorite thing now. I hope AWS does not discontinue it or cut off service anytime soon. The auto-deployment of each branch with its own databases, lambdas, etc. is genius.
@ShubahmKumarSahuАй бұрын
its awesome , can you provide me latest information this AWS Copilot cli and what scope in future of this aws tool
@aoatom8244Ай бұрын
I love when use amplify, But why DI in nestjs dont work exaclty in lambda?. Only work when I provide a token?
@RDarrylRАй бұрын
Nice demo guys - thanks for your time!
@ganeshsundar1484Ай бұрын
You made things simple!!! Awesome your my hero.
@kaihendryАй бұрын
Met Austen at Reinvent years back, all the best.
@jfbaro2Ай бұрын
Really good 👍 information! Congrats on the great work
@skrradev-vr5tcАй бұрын
Starts at 10:00
@MotogpHoefenerАй бұрын
Great video as always! 👍 I wanted to ask something unrelated: 🤔 I have a set of words 🤷♂️. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What should I do with this? 🤷♂️
@NaveenKumar-mr6xi2 ай бұрын
hey Rob i saw ur lecture its amazing but there is one suggestion like can u please take some good example in which u take input as object and output as object that will be more useful.
@joaofolgado33162 ай бұрын
With this solution we are not mixing up tokens that is suppose to be use for authorization(Access token) and tokens that are suppose to be use for authentication(Id tokens) ? WYT?
@atul.10552 ай бұрын
Using Metrics you can trace that....
@umeshranasinghe2 ай бұрын
Thank you for sharing <3
@TheDatasmith2 ай бұрын
do you have a git repo for sample code?
@dzsin03 ай бұрын
Thanks for the cool insights! Another interesting take would be to compare and contrast distributed maps to Batch array jobs. I’d be super curious! 😊 (you can consider that serverless also when you use ECSFargate to run the containers)
@muswain3 ай бұрын
Having worked on few services buses earlier like Oracle Service Bus and WebSphere ESB, when Event bridge service came out initially with the event bus, I could easily relate to the way we used to do traditional service bus, routing, transformation and all that. It has now come along way in adding so much capability. Love this service and really nice to see the internals of how this all stacks up. Really great discussion.
@mouakayoub58473 ай бұрын
Thank you for all these details !
@andresfelipeardilarivas54213 ай бұрын
Awesome session! I appreciate share your knowledge
@PriyaSharma-qn1xk3 ай бұрын
Can anyone actually tell what AaaC actually is i am new to this and internet is not giving much info just that it is for drawing diagrams from code.
@jfbaro23 ай бұрын
One missing piece is to have ultra low latency to communicate between lambdas… so a set of lambdas could work together as “almost” a single super computer. Like low latency in HPC
@madrag3 ай бұрын
Would be great to have that covered in python
@ManusiaGoa273 ай бұрын
underrated content. the explanation is really good in a short duration video
@jpablonov3 ай бұрын
Great presentation Santiago It helps me a lot!!!
@nikhilrizal37294 ай бұрын
awsome
@SahinReja-r5b4 ай бұрын
How to add the unique request id in every logging statement ?
@НикитаРонин-б4г4 ай бұрын
Thanks for the video
@ndimoforaretasndimofor77345 ай бұрын
Thank you so much Julian and Rosius for shinning light on this unique opportunity to get into building on AWS.!🚀
@jong-lj6jq5 ай бұрын
Julian, take a breath sometimes...or lay off the caffeine mate ...it would be nice to hear the other speakers finish a sentence before you interject
@patrickhadson95145 ай бұрын
What's the used autocomplete AI?
@ThorstenHoeger5 ай бұрын
I am using Amazon Q for IDE as my AI assistant
@saurabhk965 ай бұрын
I have the NAT and everything setup for lambda, it can access the external database but cannot process httpclient or acquiretoken , it ends the process without error> private static readonly HttpClient client = new HttpClient(); HttpResponseMessage response = await client.GetAsync("www.google.com"); or var result = await _confidentialClientApplication .AcquireTokenForClient(OAuth2.scopes) .ExecuteAsync(cancellationToken);
@truth-teller115 ай бұрын
This didn’t age well hahaha
@cdtavijit5 ай бұрын
Thank you. This was to the point and much better than the AWS videos
@simonhylander74896 ай бұрын
for me /customers/v1 overrides the /customers api
@dileeshaabilash55626 ай бұрын
Great Vid Bro❤❤
@laimadb63176 ай бұрын
A couple of questions about Step Functions - 1. We've got logging hooked into lambda output, so have been able to set up extensive reports on errors, etc through Cloudwatch reports. Converting lambdaa to Step Functions has been very difficult, due to the fact that the execution history is disconnected from Cloudwatch. We were able to send the execution history, but it's very difficult to control the output so that we can structure the reporting - collecting error stats with patterns and other processing stats. Is there any plans to work on improving the Step function logging to Cloudwatch so we can add observability to the results of calls to all the integrated AWS services? 2. Unit / Intergration / UAT testing frameworks are badly needed. AWS IATK is a nice start, but we've got all our objects / lambdas / code written in Node. What is the recommended way to do automated testing with step functions?
@TravelChroniclesHD6 ай бұрын
Great stuff, thank You! Any chance to get the code for the app ?
@corneliu25446 ай бұрын
Currently we are working to open source the code. I’ll post a comment with the repo url here when it’s available.
@jgcoding65766 ай бұрын
How would one handle the responses returned from a target API in an API Destination request? For example, a GET request returns data by definition. Otherwise, why would a GET request be of any use as an API Destination verb? Thanks!
@happy..19076 ай бұрын
Are the SQS messages persisted between container restart?
@bartsz6 ай бұрын
If you are using a Pro image, you can setup persistence and export your configuration to a file to re-use
@happy..19076 ай бұрын
@@bartsz exactly
@iferca6 ай бұрын
this is really awesome project!
@goldie75c6 ай бұрын
Great tool!
@CarsonBlack6 ай бұрын
Fantastic! Will be trying it soon!
@elsaigneur6 ай бұрын
Thank you very much. Sounds like a very useful technology to speed up development saving the time it takes to redeploy to the "real" AWS Cloud. Very useful for unit tests as well instead of mocking AWS services, using this "emulated" cloud locally will be more effective.