Skip to content

added compression to handler response stream - #255

Merged
ammokhov merged 4 commits into
aws-cloudformation:masterfrom
ammokhov:cw-response-compress
May 7, 2020
Merged

added compression to handler response stream#255
ammokhov merged 4 commits into
aws-cloudformation:masterfrom
ammokhov:cw-response-compress

Conversation

@ammokhov

@ammokhovammokhov commented May 5, 2020

Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

added response compression. new format ->

{
'__COMPRESSED__': gziped_base64_compressed_string,
'__COMPRESSION_METHOD__': 'gzip_base64'
}

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ammokhov
ammokhovforce-pushed the cw-response-compress branch from 4b48514 to 6b03b1eCompareMay 6, 2020 04:54
@ammokhovammokhov self-assigned this May 6, 2020
@ammokhovammokhov added the bug Something isn't working label May 6, 2020
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
@ammokhov
ammokhov requested a review from wbingliMay 6, 2020 21:04
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
Comment threadsrc/main/java/software/amazon/cloudformation/resource/Serializer.java Outdated
@ammokhov
ammokhov merged commit a64e61e into aws-cloudformation:masterMay 7, 2020
@ammokhov
ammokhov deleted the cw-response-compress branch May 7, 2020 07:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ammokhov@wbingli@johnttompkins