https://pulumi.com logo
Title
g

green-morning-1318

03/18/2020, 3:47 PM
Thanks @white-balloon-205 😁 I’m kinda working on two things. • AWS SAM allows you to choose from a list of policy templates to scope the permissions of your Lambda functions to the resources that are used by your application. Pulumi doesn’t have this functionality (which I understand by the way), so I built a Go module for it: https://github.com/retgits/pulumi-helpers. My idea for this one is to create ā€œhelperā€ methods for things I frequently need to do, which might simplify my code and speed up development even more. • The team I’m in built a Fitness shop as demo app and I built a serverless version based on that. Most of the deployments are done with Pulumi: https://github.com/retgits/acme-serverless (this is the main repo, all services have their own repo).