How to pull lambda code & config with SAM CLI

104 Views Asked by At

Currently I'm working with online editor on AWS to code my lambdas.. and it's boring. That's why I want to code with my own editor (JetBrains).

The problem is that I don't know how to pull code & config of my lambda (with SAM CLI not AWS CLI) in my SAM project. I can just push code but not pull.

How can I pull my lambda code & config from AWS with SAM CLI?

0

There are 0 best solutions below