Sébastien Stormacq
cda7c768dc
update CDK dependencies ( #469 )
...
Just a `npm update` to remove dependabots warnings
2025-01-21 08:58:31 +01:00
Sébastien Stormacq
3fa610d7f5
[examples] Simplify examples's Package.swift ( #454 )
...
remove the platform dance on all examples.
2025-01-08 14:31:34 +00:00
Sébastien Stormacq
e5404c95cb
[examples] Fix path settings in the examples' Package.swift ( #439 )
...
All the `Package.swift` files from the examples use `path: "."` instead
of `path: "Sources"` which triggers error messages when users add a
`Tests` directory.
2024-12-22 07:36:32 +01:00
Sébastien Stormacq
18660fcdd1
[examples] Add CDK deployment example ( #431 )
...
added an example showing how to deploy with the CDK
This code is the basis for the upcoming CDK section in the deployment
guide
2024-12-21 10:39:13 +01:00