serverless-operations / serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️
Other
1.02k stars 204 forks source link

Serverless Pseudo Parameters is deprecated, but still recommended by this plugin. #603

Open lorengordon opened 4 months ago

lorengordon commented 4 months ago

This is a Feature and/or Docs Proposal

Replace recommendation using Serverless Pseudo Parameters with something not deprecated

Description

The plugin serverless-pseudo-parameters is deprecated. However, the documentation for serverless-step-functions still recommends it. Is there an alternative approach? Do the docs need to be updated? Can someone provide guidance on equivalent functionality that doesn't depend on the deprecated plugin?

References

From the readme:

If you need to construct the ARN by hand, then we recommend to use the serverless-pseudo-parameters plugin together to make your life easier.

plugins:
- serverless-step-functions
- serverless-pseudo-parameters