Skip to content

Commit

Permalink
updating integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall authored and Brennan Ho committed Feb 22, 2023
1 parent 6067c93 commit 4652442
Show file tree
Hide file tree
Showing 19 changed files with 986 additions and 416 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def aws_command(*args):
def cfn_send(event, context, responseStatus, responseData={}, physicalResourceId=None, noEcho=False, reason=None):

responseUrl = event['ResponseURL']
logger.info(responseUrl)

responseBody = {}
responseBody['Status'] = responseStatus
Expand Down Expand Up @@ -306,4 +305,4 @@ def replace_markers(filename, markers):

# # delete the original file and rename the new one to the original
os.remove(filename)
os.rename(outfile, filename)
os.rename(outfile, filename)

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h1>Hello, S3 bucket deployments!</h1>
<img src="rabir2v.gif">

0 comments on commit 4652442

Please sign in to comment.