Commit b9277a2
authored
promoCodeView lambda: created handler and tests (#3311)
* promoCodeView lambda: created handler and tests
* formatting fix
* Refactoring
* Grant read/write permissions to PromoCodeView Lambda
* streamLabels updated
* Removed batching complexity
* formatting fix
* show promo codes in logs
* test fix
* refactor: use promoCampaignSchema and set promotion_type to 'percent_discount'
* snapshots updated to reflect node version change1 parent b2f6c98 commit b9277a2
File tree
9 files changed
+1790
-150
lines changed- buildcheck/data
- cdk
- bin
- lib
- __snapshots__
- handlers/promotions-lambdas
- src/handlers
- test
9 files changed
+1790
-150
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments