Cameronsplaze / AWS-ContainerManager

CDK Architecture to spin up containers when you connect, and back down afterwards automatically.
2 stars 0 forks source link

[Feature] Look into switching lambdas to use full `aws-powertools` functionality #4

Open Cameronsplaze opened 1 month ago

Cameronsplaze commented 1 month ago

Is your feature request related to a problem? Please describe. Using aws powertools seems like it might be "best practice" for lambda, see if there's anything we can benefit from switching to it. Also see if it's installed to functions by default. If it's not it could be a lot of complexity for little/no gain.

Describe the solution you'd like If it adds functionality, switch all lambdas to integrate with aws-powertools.

Describe alternatives you've considered Keep functions the way they are now.

Additional context N/A, this is a basic issue.

Cameronsplaze commented 1 month ago

Actually I should probably look at what aws-powertools can do and decide if it's worth switching, before I ask others to work on this.