Weekly update 48

Hi, welcome to another weekly update! Real-World Serverless podcast Since the last update, we have had quite a few new episodes, covering a wide range of topics: #25: Well-Architected Serverless with Heitor Lessa #26: Serverless chatbots with Gillian Armstrong #27: Serverless at A Cloud Guru with Dale Salter #28: Serverless Machine Learning with Carl Osipov …

Weekly update 48 Read More »

How to set up custom domain names for AppSync

I previously wrote about five reasons you should consider AppSync over API Gateway. One thing that API Gateway supports but you can’t do with AppSync out-of-the-box yet is custom domain names. Your shiny new AppSync API is available at XYZ.appsync-api.us-east-1.amazonaws.com/graphql, but you really want people to use your own domain instead because dev.example.com/graphql is much …

How to set up custom domain names for AppSync Read More »

Weekly update 47

Hi, welcome to another weekly update! Real-World Serverless podcast Since the last update, we have 4 new episodes for you: #21: From K8 to Serverless at Wealth Wizards #22: Real-World Serverless with Gojko Adzic #23: Serverless at Alma Media with Ari Palo #24: Serverless at Stedi with Zack Kanter New blog posts Choreography vs Orchestration …

Weekly update 47 Read More »

Choreography vs Orchestration in the land of serverless

Choreography and Orchestration are two modes of interaction in a microservices architecture. In orchestration, there is a controller (the ‘orchestrator’) that controls the interaction between services. It dictates the control flow of the business logic and is responsible for making sure that everything happens on cue. This follows the request-response paradigm. In choreography, every service …

Choreography vs Orchestration in the land of serverless Read More »

AppSync: how to inject table names into DynamoDB batch & transact operations

When working with CloudFormation, AWS recommends not to give explicit names to resources and let CloudFormation name them for you. This has several advantages: It’s harder for attackers to guess resource names such as S3 buckets or DynamoDB tables. You can deploy the same stack multiple times to the same account. This is useful when …

AppSync: how to inject table names into DynamoDB batch & transact operations Read More »

Weekly update 46

Hi, welcome to another weekly update, it’s been a busy few weeks for me so lots of things to catch you up on! Production-Ready Serverless workshop is back! My 4-week Production-Ready Serverless workshop is coming back in September. With an improved and more comprehensive curriculum based on student feedback from the last run in May, when over …

Weekly update 46 Read More »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close