Interested in mastering your initial AWS steps or understanding the basics of setting up Lambda via Infrastructure as Code? Check out @sebbel's write-up 💻 🛠️
Discover more at: https://t.co/MjqaFGUSmD
Hosting serverless TypeScript functions on AWS Lambda is not that hard 🙏
Also in a TS focused stack with eg nodejs it’s pretty nice using AWS CDK for your Infrastructure as Code in TypeScript as well.
@sebbel shows you how:
https://t.co/Craalendr0
#aws#serverless#lambda #cdk
https://t.co/rbzZSqgRNi
Here is my latest blog about a #serverless solution to dataset/batch processing on AWS.
In the example, transaction data from various locations of a business get uploaded to AWS every day and then need to be processed. One approach to handle this is to use a Lambda functions to pre process the data and then trigger a Step Function to orchestrate the detailed processing of the data.
One of the requirements in this case is that the processing of the data has highly variable durations which in many cases will exceed the Lambda execution timeout of 15 minutes. Also we need to be able to scale to very large size when needed without provisioning lots of servers. One more requirement is to update the status and report outputs of the process to people via slack messages.
The solution i detail is a serverless approach involving the use of #Fargate containers on the Elastic Compute Service (ECS).
I have been learning #Rustlang for a while now so I decided to tackle this project by coding with it! 🦀🦀
All of the source code is included in the repo mentioned in the article.
Actually did some very basic low level JavaScript coding yesterday that was not linked to any side-project or work. It was a refreshing experience and I feel like I want to get into the habit of coding half-serious stuff once in a while again.
@LeeJamesGilmore I am super interested, I’ll check that account tomorrow, with intermittent fasting alone I had such a positive change in energy and attention.
@Manuel_Schoebel@kgmodi Around $50, but you also don't pay for raw container power in fargate, but for the integration in the AWS ecosystem. And there's also Fargate Spot, which can drive that down to around 18 I guess.