E0001 Error for SAR Apps
See original GitHub issuecfn-lint version: cfn-lint 0.15.0
Description of issue
While running cfn-lint
on a nested CloudFormation stack containing AWS::Serverless::Application
resources, it errors with:
Resources:
AppName:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-west-2:<my-account-id>:applications/<app-name>
SemanticVersion: 1.0.0
Parameters:
Debug: 'True'
MemorySizeMB: 128
TimeoutSec: 300
$ cfn-lint template.yml
E0001 Resource with id [AppName] is invalid. Application with id arn:aws:serverlessrepo:us-west-2:<my-account-Id-hosting-the-app>:applications/<app-name> could not be found.
template.yml:1:1
Supporting evidence:
- The Application definitely exists, since the template runs with no issues.
- I have admin permissions with the current user to make, update, view, delete the app.
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (11 by maintainers)
Top Results From Across the Web
E0001 Error for SAR Apps · Issue #700
My basic understanding is in the end its just a nested template. My hope is it isn't reaching out to SAM SAR to...
Read more >Error E0001[*] in Going Live check
Hello all. I have activated the Self delivered going Live Checks in our Solution Manager, but as soon as I schedule a session...
Read more >TymeBank ZA - Shoutout to all those essential workers who...
Why do I get a error when logging into my tymbank app. 9 mos Report ... I keep getting Error E0001. What is...
Read more >SOLVED: When i start my fifa 12 i get E0001 error
So if you get an error message as E0001 while playing Fifa 11 on Windows 7 or other systems, you should first set...
Read more >How do I fix E0001 error for FIFA 12?
Settings>Applications>System Applications>Contacts Sync Adapter and press Clear Data, this error usually goes away. If this doesn't work, try clearing the data ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oddly enough, I’m having another issue with a different SAM template running in CI (no nested stacks or anything, just some AWS::Serverless resources):
Really not sure where to start with this one. It’s on the latest version of
cfn-lint
too… Any ideas @cmmeyer ?Found a way to translate this. Release v0.17.0 is being built now and will have this fix.