Commit 5d60204
Release/v1.39.0 (#2165)
* Release/v1.39.0 (#2141)
* chore: don't install integration tests (#1964)
* Remove unnecessary use of comprehension (#1805)
* fix: Grammatical error in README.md (#1965)
* fix: Added SAR Support Check (#1972)
* Added SAR Support Check
* Added docstring and Removed Instance Initialization for Class Method
* update pyyaml version to get the security update (#1974)
* fix the request parameter parsing, the value can contain dots (#1975)
* fix the request parameter parsing, the value can contain dots
* fix the unit test for python 2.7
* use built in split, instead of concatenating the string
* Documentation: fix incorrect header (#1979)
Fixed the incorrectly formatted header for HTTP API section
* fix: mutable default values in method definitions (#1997)
* fix: remove explicit logging level set in single module (#1998)
* fix: Fail when Intrinsics are in SourceVPC list instead of IntrinsicsSourceVPC (#1999)
* feat: Adding support for metric publishing. (#2062)
* Adding support for metric publishing, manually tested and tests pending.
* Adding make action for running test with html coverage.
* Adding unit tests for metrics.
* Writing integration tests for metrics publishing.
* Black reformatting
* Fixing unit test.
* Addressing PR comments.
* Clearing __init__py from test module.
* Updating documentation for publish method.
Co-authored-by: Tarun Mall <tarun@amazon.noreply.github.com>
* Update AppConfig boto3 client config to shorten timeout (#2070)
* Update AppConfig boto3 client config to shorten timeout
* Update timeout config of AppConfig boto3 client
* feat: Add ValidateBody/ValidateParameters attribute to API models (#2026)
* Added validators to the swagger definitions when a model is required
* Remove approach of trying an extra field for validators
* WIP - tests deps not working
* Finished and fixed all tests to make pr command was complaining. Fixed case where a validator could have a / only and changed it to translate as 'root'
* py2.7 complaint
* Fix py2.7 order of validators on output folder
* WIP - adding validator fields
* Set another strategy to set the validators without affect existent clients with model required
* Set another strategy to set the validators without affect existent clients with model required
* Remove mistaken file pushed
* Remove mistaken file pushed
* Partial coments fixes
* Implemented case where we can set a only limited combinations on the specs
* Fix case test when multiple path are using same validator
* Added openapi3 specific tests
* Added openapi3 specific tests
* Fix requested changes from review: Renamed from ValidateRequest -> ValidateParameters also renamed everything from validator_request. Moved validators names according with the comum use.
* new approach to not cause KeyErrors
* Setting validator to the only given method not all methods on the path
* removed extra space on comment - lint
* Normalized method name path that comes from the template
Co-authored-by: Rondineli Gomes de Araujo <rgomesdearaujo@rgomesdearaujo-mbp.ad.shuttercorp.net>
Co-authored-by: Rondineli <rondineli.gomes.araujo@gmail.com>
Co-authored-by: Rondineli <rgomesdearaujo@yahoo.com.br>
* fix: fail with invalid resource, when RetentionPolicy has unresolved intrinsic value (#2074)
* fix: fail with invalid resource, when RetentionPolicy has unresolved intrinsic value
* make black
* remove extra formatting
* add test case for !ref
* test: Migration of combination integration tests (#1970)
* fix: Compare integration tests results using hash of file content instead of image compare (#2086)
* change yaml.load to yaml.safe_load for the security best practice
* use yaml_parse for consistant style
* remove pillow library for image comparing, use hash instead
* make it compatible with py2
* Remove logging of SAR service call response (#2064)
* Test CloudWatchEvent Properties With Intrinsic Functions (#2090)
* Add headers whenever cors is set
* Add cw event success cases
* Replace GetAtt with condition
* Cleanup test yaml
* Cleanup test yaml
* Remove files
* Add intrinsic to pattern field
* Fix wrong files committed
* test: Added intrinsic tests for Function SNS Event (#2101)
* fix: Validate Trigger field and test Cognito properties with intrinsic functions (#2092)
* Add headers whenever cors is set
* Fix Cognito trigger validation
* Make templates deployable
* Removed trigger value validation
* Fix Python2 string matching test issue
* Use PropertyType mechanism to exclude intrinsics
* Remove unused import
* feat(Intrinsic Tests): Added Tests for Kinesis Event Source with Intrinsics (#2103)
* Added Tests for Kinesis EventSource with Intrinsics
* Fixed Formatting with Black
* fix: Don't attempt to refetch a swagger method object by its name as we already have it (#2031)
* Fix a bad logic where a hash key is modified then refetched which results in KeyError
* add unit tests and update other instance of same usage on line 534
* fix: Fix the same code in open_api.py
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Mathieu Grandis <grmathie@amazon.com>
* test: Adding intrinsic tests for Function S3 Event (#2100)
* fix(bug): Check if Identity.ReauthorizeEvery equals zero (#2105)
* Revert "Revert "Issue 1508 remove check requiring identity ... (#1577)" (#2038)"
This reverts commit ed3c283.
* Update implementation to support intrinsics/ add more tests to validate changes
* Fixing hashes for py2
* Run make black
* Handle pr feedback
* Add another unit tests to cover the original issue
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
* chore: Update PR Checklist to include writing intrinsic tests (#2106)
* Update PR Checklist to include writing intrinsic tests
* Handle pr feedback
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
* Delete .travis.yml (#2102)
* fix: Correct grammar in the waiting for changeset message (#2027)
* chore: bump version to 1.39.0 (#2128)
Co-authored-by: Chih-Hsuan Yen <yan12125@gmail.com>
Co-authored-by: Harsh Mishra <erbeusgriffincasper@gmail.com>
Co-authored-by: Pranav <54665036+Pranav016@users.noreply.github.com>
Co-authored-by: Cosh_ <CoshUS@users.noreply.github.com>
Co-authored-by: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>
Co-authored-by: Ben <freiberg.ben@gmail.com>
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com>
Co-authored-by: Tarun <c2tarun@users.noreply.github.com>
Co-authored-by: Tarun Mall <tarun@amazon.noreply.github.com>
Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>
Co-authored-by: Rondineli <Rondineli@users.noreply.github.com>
Co-authored-by: Rondineli Gomes de Araujo <rgomesdearaujo@rgomesdearaujo-mbp.ad.shuttercorp.net>
Co-authored-by: Rondineli <rondineli.gomes.araujo@gmail.com>
Co-authored-by: Rondineli <rgomesdearaujo@yahoo.com.br>
Co-authored-by: mingkun2020 <68391979+mingkun2020@users.noreply.github.com>
Co-authored-by: Daniel Mil <84205762+mildaniel@users.noreply.github.com>
Co-authored-by: Ahmed Elbayaa <72949274+elbayaaa@users.noreply.github.com>
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
Co-authored-by: Ichinose Shogo <shogo82148@gmail.com>
Co-authored-by: Ryan Parman <ryan@ryanparman.com>
* feat: ARM support (#2163)
* feat: ARM architecture support for Function and Layer
* Add docs/tests for Globals Architectures (#85)
Co-authored-by: Renato Valenzuela <37676028+valerena@users.noreply.github.com>
Co-authored-by: Chih-Hsuan Yen <yan12125@gmail.com>
Co-authored-by: Harsh Mishra <erbeusgriffincasper@gmail.com>
Co-authored-by: Pranav <54665036+Pranav016@users.noreply.github.com>
Co-authored-by: Cosh_ <CoshUS@users.noreply.github.com>
Co-authored-by: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>
Co-authored-by: Ben <freiberg.ben@gmail.com>
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com>
Co-authored-by: Tarun <c2tarun@users.noreply.github.com>
Co-authored-by: Tarun Mall <tarun@amazon.noreply.github.com>
Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>
Co-authored-by: Rondineli <Rondineli@users.noreply.github.com>
Co-authored-by: Rondineli Gomes de Araujo <rgomesdearaujo@rgomesdearaujo-mbp.ad.shuttercorp.net>
Co-authored-by: Rondineli <rondineli.gomes.araujo@gmail.com>
Co-authored-by: Rondineli <rgomesdearaujo@yahoo.com.br>
Co-authored-by: mingkun2020 <68391979+mingkun2020@users.noreply.github.com>
Co-authored-by: Daniel Mil <84205762+mildaniel@users.noreply.github.com>
Co-authored-by: Ahmed Elbayaa <72949274+elbayaaa@users.noreply.github.com>
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
Co-authored-by: Ichinose Shogo <shogo82148@gmail.com>
Co-authored-by: Ryan Parman <ryan@ryanparman.com>
Co-authored-by: Renato Valenzuela <37676028+valerena@users.noreply.github.com>1 parent 4ef6093 commit 5d60204
File tree
366 files changed
+19420
-1289
lines changed- .github
- docs
- internals
- integration
- combination
- config
- helpers
- deployer
- utils
- metrics
- resources
- code
- expected
- combination
- single
- templates
- combination
- single
- single
- requirements
- samtranslator
- feature_toggle
- intrinsics
- metrics
- model
- api
- eventsources
- stepfunctions
- open_api
- plugins
- application
- globals
- swagger
- translator
- tests
- intrinsics
- metrics
- model
- openapi
- swagger
- translator
- input
- output
- aws-cn
- aws-us-gov
- versions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
366 files changed
+19420
-1289
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
0 commit comments