-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update inbound-ses-spam-filter to include Fn ARN #1289
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
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
feat: changes for eventbusname on cloudwatch event (aws#1185)
Currently, this filter is pretty useless to deploy as a nested stack. I cannot use the [published resource](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:077246666028:applications~inbound-ses-spam-filter) because I cannot tie the Function ARN to my SES ReceiptRuleAction.
Codecov Report
@@ Coverage Diff @@
## master #1289 +/- ##
=======================================
Coverage 94.43% 94.43%
=======================================
Files 71 71
Lines 3630 3630
Branches 717 717
=======================================
Hits 3428 3428
Misses 103 103
Partials 99 99 Continue to review full report at Codecov.
|
@dballance Could you please fix the merge conflicts and resubmit this PR? |
I may just purge this PR and make the change on develop. I didn't make any of the changes except a single change to the template in this example. |
Abandoning in favor of #1294 |
@dballance Thank you. I will review #1294 |
Issue #, if available: N/A
Description of changes: Currently, this filter is pretty useless to deploy as a nested stack. I cannot use the published resource because I cannot tie the Function ARN to my SES ReceiptRuleAction. This change adds an output so that this template is useful for nested deployments.
Description of how you validated changes: No validation
Checklist:
make pr
passesexamples/2016-10-31
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.