Telegram bot in rust (using 4chan api or some other task)
Why choose poem for web framweork?
Tutorial for using poem, deploy on aws lambda via pulumi, and run integrations
alb header auth verification
x-amzn-data token deserialization
Pulumi:
run pulumi on a lambda function aws (e.g. rest api function url that provisions stuff)
deploy script for running multi stacks
cross account deployments pulumni
gitlab config for pulumi, how to do PRs, reviews etc...
^ maybe for above stuff make a series of posts that show a complete e2e scenario where all of this stuff will be used
pulumi yaml in action
pulumi docker in action (without separate deployment pipeline)
cross account deployments via pulumi?
How to organize related resources in pulumi
Pulumi pitfalls....
Pulumi logs command. Maybe show a simple app that shows the power of this command... currently doesnt work with sso, and u need to pass credentials directly: https://github.com/pulumi/pulumi/issues/1926
Pulumi best practices:
Poem/rust lambda function:
Describe tokio OnceCell (and how to init async statics for reuse)