In AWS SFN does Pass state also affect execution cost

43 Views Asked by At

As I know SFN standard version is taxed by the number of state transitions. Since "Pass" state looks very simple and lightweight (Mostly used for transformation of the request), I'm wondering if it still causes the state transition or not.

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, it applies to all state transitions. It doesn't matter whether it's lightweight or not, since you are charged for compute separately (a Lambda step incurs regular Lambda charges)