apj-cope-external@amazon.com
aws-prototyping-sdk-monorepo
Overview
Sign in / Sign up
Open main menu
aws-prototyping-sdk-monorepo
GitHub
Select a tab
Overview
Runs
Analytics
aws-prototyping-sdk-monorepo
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Filter
Filter exact branch match
Exact
Select status
Succeeded
mainline
e1250a4d fix(type-safe-api): fix reversed pydantic minimum and maximum (#908) Correct the generated Pydantic fields so that `minimum` is greater than and `maximum` is less than. fix #907
23 days ago
by cogwirrel
Succeeded
mainline
adc072fe feat(type-safe-api): handlers default to python 3.13 and node 22 (#900) * feat(type-safe-api): handlers default to python 3.13 and node 22 In order to default to the most secure configuration, handler functions now default to the latest supported AWS Lambda runtimes for Python and Node. BREAKING CHANGE: API handlers that don't specify the runtime version need to be validated with Python 3.13 or Node 22. * chore(type-safe-api): update test snapshots Updating test snapshots in a separate commit for review readability. --------- Co-authored-by: Jack Stevenson <jacsteve@amazon.com>
25 days ago
by cogwirrel
Succeeded
feat/defaultruntimes
3b059e80 Merge branch 'mainline' into feat/defaultruntimes
25 days ago
by cogwirrel
Succeeded
mainline
0596dd3e build: pin nx since latest version was not properly released (#906) We depended on nx 19, which was resolving to 19.8.15 which didn't release properly (https://github.com/nrwl/nx/actions/runs/13316120649/job/37192283152) Pin to 19.8.14 which is the latest 19.x stable version.
25 days ago
by cogwirrel
Succeeded
build/pin-nx-at-non-borked-version
b99d3bc3 build: pin nx since latest version was not properly released We depended on nx 19, which was resolving to 19.8.15 which didn't release properly (https://github.com/nrwl/nx/actions/runs/13316120649/job/37192283152) Pin to 19.8.14 which is the latest 19.x stable version.
25 days ago
by cogwirrel
Succeeded
mainline
38371e65 fix(type-safe-api): stop calling to_dict on lists in python runtime (#905) The template wasn't handling models with arrays of primitives properly, and it was getting handled by the last else if statement for non-primitives. This change excludes arrays from the case. fix #904
1 month ago
by cogwirrel
Succeeded
mainline
22771cbe feat(type-safe-api): support python 3.13 and node 22 lambda runtimes (#899) AWS Lambda now supports Python 3.13 and Node 22. This change enables API handlers to use the current runtimes. fix #897
3 months ago
by cogwirrel
Succeeded
mainline
6c662d4f fix: address issues with release of react 19 (#898) React 19 removes the global JSX namespace - replace with React.JSX which works with both React 19 and 18. Additionally address type error with new versions of react-router-dom's `navigate` function returning a promise. Fixes #895 Fixes #896
3 months ago
by cogwirrel
Succeeded
fix/react-19
179f403b fix: address issues with release of react 19 React 19 removes the global JSX namespace - replace with React.JSX which works with both React 19 and 18. Additionally address type error with new versions of react-router-dom's `navigate` function returning a promise. Fixes #895 Fixes #896
3 months ago
by cogwirrel