Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 9db4e6c

Browse files
vgkowskiflochazFlorian ChazallmouhibAutomation
authored
feat: ara v2 (#363)
* feat: upgrade to CDK v2 (#343) * move to cdkv2 * e2e utils * fix for cdk-nag for cdkv2 * fix e2e * fix API.md * Force delete retry * chore: self mutation * fix: change the layer version for batch replayer to match python 3.9 runtime * chore: self mutation Co-authored-by: Florian Chazal <[email protected]> Co-authored-by: Lotfi Mouhib <[email protected]> Co-authored-by: Automation <[email protected]> Co-authored-by: Vincent Gromakowski <[email protected]> * fix: emr eks instance profile name (#354) * fix: notebookplatform fix for type mismatch (#353) * fix: resolve issue failing the deployment of managedendpoint * fix: adding e2e test for notebook-platform.ts * fix: add managednode groups for notebook platform without podtempalte labels * fix: add default version for emr on eks to be used if no version is provided in the managedendpoint definition * fix: amend the unit tests to pass the tests. Added the new nodegroup -notebookwithoutpodtemplate- Co-authored-by: Lotfi Mouhib <[email protected]> * fix: remove non unique rolename for emr on eks instance profile * fix: upgrade the EMR default version * fix: notebookplatform fix for type mismatch (#353) * fix: resolve issue failing the deployment of managedendpoint * fix: adding e2e test for notebook-platform.ts * fix: add managednode groups for notebook platform without podtempalte labels * fix: add default version for emr on eks to be used if no version is provided in the managedendpoint definition * fix: amend the unit tests to pass the tests. Added the new nodegroup -notebookwithoutpodtemplate- Co-authored-by: Lotfi Mouhib <[email protected]> * fixing tests * chore: self mutation Co-authored-by: lmouhib <[email protected]> Co-authored-by: Lotfi Mouhib <[email protected]> Co-authored-by: Automation <[email protected]> * feat: batch replayer v2 (#362) * change BatchReplayer to support requester pay and regional dataset location * add requester pay to batchreplayer * chore: self mutation Co-authored-by: Automation <[email protected]> * fix: ref arch v2 (#366) * init ref arch upgrade to v2 * move ref-arch to v2 * fix sed replace * fix permissions on encrypted buckets * chore: self mutation Co-authored-by: Florian Chazal <[email protected]> Co-authored-by: Automation <[email protected]> * chore: self mutation Co-authored-by: Florian Chazal <[email protected]> Co-authored-by: Florian Chazal <[email protected]> Co-authored-by: Lotfi Mouhib <[email protected]> Co-authored-by: Automation <[email protected]> Co-authored-by: lmouhib <[email protected]>
1 parent 5a4f726 commit 9db4e6c

File tree

164 files changed

+3885
-7249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+3885
-7249
lines changed

CONTRIB_FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ npx projen package
288288
```python
289289
install_requires=[
290290
"aws-cdk.core==1.130.0",
291-
f"aws_analytics_reference_architecture @ file://localhost<LOCAL_PATH>/aws-analytics-reference-architecture/core/dist/python/aws_analytics_reference_architecture-0.0.0-py3-none-any.whl",
291+
f"aws_analytics_reference_architecture @ file:///localhost<LOCAL_PATH>/aws-analytics-reference-architecture/core/dist/python/aws_analytics_reference_architecture-0.0.0-py3-none-any.whl",
292292
],
293293
```
294294

core/.projen/deps.json

+39-289
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)