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).