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.

Validation failed while creating new module

See original GitHub issue

I literally was just following the steps in the aws module blog and got the following error:

Failed to register the type with registration token '99345c1e-73c5-4b3d-b15f-2fbaf605354a'.
Please see response for additional information: '{'ProgressStatus': 'FAILED', 'Description': 'Deployment is currently in VALIDATION_STAGE of status FAILED; Next is DEPLOY_STAGE with status CANCELLED\nDeployment failed with error. Error message: [99345c1e-73c5-4b3d-b15f-2fbaf605354a] There should be only one valid json or yaml module fragment file under `fragments`.', 'ResponseMetadata': {'RequestId': '2647daf2-48ff-436b-a078-35bf445eb0ff', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': '2647daf2-48ff-436b-a078-35bf445eb0ff', 'content-type': 'text/xml', 'content-length': '657', 'date': 'Fri, 27 Nov 2020 20:22:46 GMT'}, 'RetryAttempts': 0}}'

I followed the steps exactly. Just ran:

cfn init cfn submit

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
benbridtscommented, Nov 28, 2020

Does it work if you remove rpdk.log from the fragments folder? It looks like you ran one of the cfn commands from within the fragments folder, and the extra file might be causing this?

1reaction
benbridtscommented, Nov 28, 2020

@vennemp What’s in your fragments folder (ls -A fragments). Did you remove sample.json after creating s3.json?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix ' ValidationError: users validation failed: name: Path ...
Basically you need make the model object with the values. const newUser = new User({ name: req.body.name, email: req.body.email, avatar, ...
Read more >
Install failed: Validation Failed - Unity Forum
I'm on my Mac and I've tried everything, from changing the download paths, changing editors, adding on the failing android modules, ...
Read more >
Validation failed. Required information is missing or not valid ...
Hi,. While creating a virtual machine, I see an error message: Validation failed. Required information is missing or not valid. Please look and ......
Read more >
Resolve the "Parameter validation failed" error in AWS ...
Create a stack ... 1. Open the AWS CloudFormation console. 2. In the navigation pane, choose Stacks. 3. Form the Stack name column,...
Read more >
I am sending a "To" column in request but I get the following ...
Select * From CustomModule. Every time I execute this query I get the following error: "Validation failed : SYNTAX_ERROR => error occurred while...
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