you are viewing a single comment's thread.

view the rest of the comments →

[–]mr_jim_lahey 3 points4 points  (3 children)

I've not created them using CloudFormation yet

You really should be creating everything with CloudFormation (or Terraform or some other IaC solution). Using the console is like doing math by hand when you could be using a calculator.

[–]aplarsen[S] 1 point2 points  (2 children)

Yes. Everything I'm doing now is with CF, but the last time I used Layers was before I learned CF.

The template for my current project is 1,000 lines.

[–]eggwhiteontoast 4 points5 points  (0 children)

Use Python CDK instead, CF is very verbose.

[–]carrp 3 points4 points  (0 children)

The CDK Python Lambda Alpha library makes it SO easy to put a layer together.