question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

E0001 Error for SAR Apps

See original GitHub issue

cfn-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:

  1. The Application definitely exists, since the template runs with no issues.
  2. I have admin permissions with the current user to make, update, view, delete the app.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:18 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
jacknagzcommented, Mar 7, 2019

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):

E0001 Error transforming template: 'module' object has no attribute 'logging'

Really not sure where to start with this one. It’s on the latest version of cfn-lint too… Any ideas @cmmeyer ?

2reactions
kddejongcommented, Mar 22, 2019

Found a way to translate this. Release v0.17.0 is being built now and will have this fix.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found