๐ฆ Rustacean
SrStaffEng building GraphOS Cloud at @apollographql, ex Principal SA @aws.
๐ฑ๐บ/๐ง๐ช living in ๐ณ๐ฑ
May 31, 2021 โข 11 tweets โข 3 min read
I'm happy to announce *serverless-rules* in public preview! ๐ฅณ An open-source set of rules to check infrastructure-as-code templates against recommended practices for serverless applications.
Some explanation in the ๐งต๐
github.com/aws-samples/seโฆ
First of all, this is a public preview. โ ๏ธ Many things might change between here and version 1.0.
While I could work in isolation on what I think "good" looks like, we have all a lot to gain if we join our shared experiences.
Mar 25, 2020 โข 18 tweets โข 6 min read
1/ If you're interested in orchestrating multiple serverless microservices together using EventBridge and API Gateway, here's a sample implementation I made with 11 microservices: github.com/aws-samples/awโฆ
Now for some key takeaways ๐๐๐
2/ On tooling/orchestration, Makefiles are great for decoupling between implementation details and what a service is. Each service has to have a Makefile and metadata.yaml file. The metadata file helps with dependency management and CloudFormation parameter injection.