quickstart-taskcat-ci icon indicating copy to clipboard operation
quickstart-taskcat-ci copied to clipboard

CI/CD pipeline for AWS CloudFormation templates Quick Start

Results 8 quickstart-taskcat-ci issues
Sort by recently updated
recently updated
newest added

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

I am getting below error please help ! Embedded stack arn:aws:cloudformation:us-east-1:790982781160:stack/test-CopyLambdasStack-L59QQULCDQBN/adf67e50-f8be-11ec-b4b0-0ebca9b9add5 was not successfully created: The following resource(s) failed to create: [CopyObjectsFunction, CleanUpS3BucketFunction]. I am trying to follow workshop https://workshop.quickstart.awspartner.com/

Hello, while deploying your solution, customer run into the errors. Particularly when deploying nested stack `CICD-TaskCat-CopyLambdasStack` I have noticed that the source code in your S3 bucket is still using...

```python for page in result: try: for k in page['Contents']: objects.append({'Key': k['Key']}) print('deleting objects') client.delete_objects(Bucket=bucket, Delete={'Objects': objects}) objects = [] except Exception as e: logging.error('Exception deleting objects from bucket: %s'...

Here is the URL that is invoke - it is my own public repo. https://api.github.com:443 "POST /repos/vennemp/cloudformation-cicd/merges HTTP/1.1" 403 None 403 Client Error: Forbidden for url: https://api.github.com/repos/vennemp/cloudformation-cicd/merges The token used...

when trigger the code build automatically, the error happened. ![image](https://github.com/aws-quickstart/quickstart-taskcat-ci/assets/3094813/5a9ae395-c758-440e-9503-e04ee33d7312) regarding the document , I am sure complete the whole configure, and setting the github secret.

1 validation error detected: Value at 'pipeline.stages.1.member.actions.1.member.configuration' failed to satisfy constraint: Map value must satisfy constraint: [Member must have length less than or equal to 50000, Member must have length...