Skip to content

feat: added Fn::Join to ARN deployment schemas #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

clayzermk1
Copy link
Contributor

Hi there!

I found myself wanting to be able to use the Fn::Join CloudFormation pseudo parameter function and noticed that it was being rejected by validation. After adding it to the ARN deploy schemas, it seems to work fine - resources are created as expected.

I have only tested alarms and notifications, however I added it to the state machines schema as well for consistency.

What do you think about allowing Fn::Join to the validation schemas? I'm more than happy to make any changes you'd like to the code.

Cheers, and thank you for the useful plugin!

@theburningmonk
Copy link
Collaborator

@clayzermk1 it looks good, but can you reopen the PR and make sure your commit messages follow [conventional commits] (https://www.conventionalcommits.org/en/v1.0.0) format? The message should look something like feat: added Fn::Join to ARN deployment schemas.

@theburningmonk
Copy link
Collaborator

Also, can you have a look at the style errors that are breaking the build?

@clayzermk1
Copy link
Contributor Author

No problemo, sorry about that. I should have read the contributing docs first.

@clayzermk1 clayzermk1 force-pushed the alarm-notification-fnjoin branch from 6c4da2b to 7be54b2 Compare November 17, 2020 17:17
@clayzermk1
Copy link
Contributor Author

All updated.

@clayzermk1 clayzermk1 changed the title Added Fn::Join to ARN deployment schemas. feat: added Fn::Join to ARN deployment schemas Nov 17, 2020
@theburningmonk theburningmonk merged commit 972a1f3 into serverless-operations:master Nov 17, 2020
@theburningmonk
Copy link
Collaborator

🎉 This PR is included in version 2.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@clayzermk1
Copy link
Contributor Author

Thanks for the merge and quick release!

@clayzermk1 clayzermk1 deleted the alarm-notification-fnjoin branch November 17, 2020 23:44
ss-betseqnzr pushed a commit to BetSEQNZR/serverless-step-functions that referenced this pull request Sep 8, 2023
…tification-fnjoin

feat: added Fn::Join to ARN deployment schemas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants