Skip to content

docs: replace serverless-pseudo-parameters with Fn::Sub#705

Merged
zirkelc merged 2 commits intoserverless-operations:masterfrom
BANCS-Norway:fix-603-remove-pseudo-parameters
Mar 23, 2026
Merged

docs: replace serverless-pseudo-parameters with Fn::Sub#705
zirkelc merged 2 commits intoserverless-operations:masterfrom
BANCS-Norway:fix-603-remove-pseudo-parameters

Conversation

@VirtueMe
Copy link
Copy Markdown
Collaborator

Summary

  • Removes all references to the deprecated serverless-pseudo-parameters plugin from the README
  • Replaces the recommendation with guidance to use Fn::Sub — a native CloudFormation intrinsic function that requires no extra plugins

Closes #603

🤖 Generated with Claude Code

VirtueMe and others added 2 commits March 19, 2026 14:28
Extend the alarm ARN schema to accept Fn::Sub (both string and
array forms) so users can reference pseudo-parameters like
AWS::Region and AWS::AccountId without the serverless-pseudo-parameters
plugin.

Closes serverless-operations#417

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The serverless-pseudo-parameters plugin is deprecated. Replace the
recommendation to use it with guidance to use the native Fn::Sub
CloudFormation intrinsic function instead, and remove it from all
example plugins blocks in the README.

Closes serverless-operations#603

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 20, 2026

Open in StackBlitz

npm i https://pkg.pr.new/serverless-operations/serverless-step-functions@705

commit: 7f69c98

@zirkelc zirkelc merged commit 86717b7 into serverless-operations:master Mar 23, 2026
3 checks passed
@VirtueMe VirtueMe deleted the fix-603-remove-pseudo-parameters branch March 23, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants