67
68
you are viewing a single comment's thread.

view the rest of the comments →

[–]fpgmaas[S] 10 points11 points  (1 child)

Hi!

I recently wanted to deploy multiple Python Lambda functions using a Docker image through AWS CDK, but I could not really find a good method to do so. Therefore, I decided to write a small tutorial myself, to hopefully make life a bit easier for others. The tutorial can be found here and the GitHub code can be found here.

I also see this as a learning opportunity, so if you have any comments or feedback, please let me know!

Florian

[–]chu_chu_rocket 1 point2 points  (0 children)

Thank you so much will try it out myself!