Hello there ! I recently tried AWS SAM, and have ...
# aws
h
Hello there ! I recently tried AWS SAM, and have to admit I love the developer experience it gives, in terms of local development and developer self-service. However, I would like to keep using Pulumi to manage my infrastructure, how would you manage to integrate SAM and Pulumi ? I think about wrapping CloudFormation stacks generated by SAM into Pulumi-managed CF stacks, but seek for a better, more straight-forward solution. Thanks ! pulumipus dancing music
b
as an alternative you could look into using pulumi with localstack 🙂 it doesn't solve for the developer self-service part but it does solve for the local development part. https://docs.localstack.cloud/user-guide/integrations/pulumi/