Any idea how to create an SMTP user using pulumi? ...
# aws
m
Any idea how to create an SMTP user using pulumi? https://www.pulumi.com/registry/packages/aws/api-docs/ses/ shows me how to create lots of different ses resources but not an SMTP user…
b
@most-state-94104 an SES user is actually just an IAM user with the correct policy containting
ses:SendRawEmail
I can put an example together if needed
m
That would be amazing! Would you also mind adding in the example how to get the username and password in the output?
b
TypeScript
?
m
Python pretty please
b
m
Thanks @billowy-army-68599 that’s amazing! I’ll test it out on Monday 🙂 I had seen https://github.com/pulumi/examples before but not https://github.com/jaxxstorm/pulumi-examples, I’ll share it with my team I’m sure they’ll find it helpful !
I’m using an already created approved email so I skipped the first section but Works perfect thanks!
❤️ 1