Skip to content
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

feat: use relative stack location #6

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cfnlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore_checks:
- W3002
8 changes: 2 additions & 6 deletions apps/collection/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ Resources:
Forwarder:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:739672403694:applications/observe-forwarder
SemanticVersion: 0.0.5
Location: ../forwarder/template.yaml
NotificationARNs:
- !Ref Topic
Parameters:
Expand Down Expand Up @@ -181,9 +179,7 @@ Resources:
DependsOn: Forwarder
Condition: EnableConfig
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:739672403694:applications/observe-aws-config
SemanticVersion: 0.0.4
Location: ../config/template.yaml
NotificationARNs:
- !Ref Topic
Parameters:
Expand Down
Loading