Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS CDK support #2225

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b97fd81
Initial AWS CDK Support
Apr 12, 2024
a3ecee3
Add documentation and additional resources
Apr 30, 2024
6164785
Make properties optional
Apr 30, 2024
77d56cb
Add Amazon Kinesis streams
May 1, 2024
306e022
Merge branch 'main' into vlesierse/aws-cdk
May 8, 2024
756fea0
Add bucket notifications and topic subscriptions
May 8, 2024
be9136a
Adding this for extension methods
May 8, 2024
925b358
Fix await stack resource
vlesierse May 15, 2024
6120522
Allow multiple reference to same construct resource
vlesierse May 15, 2024
953c11e
Merge branch 'main' into vlesierse/aws-cdk
vlesierse May 22, 2024
e74cbf0
Refactoring after code review
May 29, 2024
f54ee37
Cleanup
May 29, 2024
4063577
Changes after code review
May 30, 2024
c606bb3
Provide guidance for missing CDK bootstrap
Jun 10, 2024
4cf0b37
Merge AWSCDK in AWS playground
Jun 11, 2024
4b6ae98
Merge branch 'main' into vlesierse/aws-cdk
Jun 12, 2024
98feb7e
Merge branch 'main' into vlesierse/aws-cdk
Jun 13, 2024
6ff3a61
Changes after code review
Jun 13, 2024
9668b80
Remove support restrictions
Jun 13, 2024
38433e6
Simplified construct/stack outputs
Jun 13, 2024
e691101
Include output changes
Jun 13, 2024
2b25719
Introduce new provisioners
Jun 19, 2024
9f71622
CloudFormation provisioners
vlesierse Jun 20, 2024
2a4d1e9
Refactor CloudFormation executor
Jun 20, 2024
77ef4ec
Add AWS CDK Provisioning
vlesierse Jun 21, 2024
e7e50d5
Change manifest to include the right stack name
vlesierse Jun 21, 2024
bc5daa1
Fix manifest values
vlesierse Jun 21, 2024
6850b46
Support dev environments with spaces
vlesierse Jun 21, 2024
29cebe5
Add tests for CDK resources
Jun 21, 2024
95f55af
Add CDK documentation to README.md
Jun 21, 2024
9329a9c
Changes after code review
Jun 23, 2024
821a6cf
Changes after code review
Jul 5, 2024
910e762
Additional changes after code review
Jul 5, 2024
dd45fb9
Refactor and simplify CDK stack provisioning
Jul 6, 2024
98e94ba
Merge branch 'main' into vlesierse/aws-cdk
Jul 7, 2024
6ce231a
Remove AWSSDK SSO
Jul 7, 2024
4e9338a
Fix build
Jul 8, 2024
04f0571
Merge branch 'main' into vlesierse/aws-cdk
Jul 24, 2024
1dadf75
Changes after code review
Aug 24, 2024
8c961ec
Merge branch 'main' into vlesierse/aws-cdk
vlesierse Aug 24, 2024
2667b19
Add missing merge changes
vlesierse Aug 24, 2024
a92f4fb
Fix AWSCloudFormationResourceTests
vlesierse Aug 24, 2024
04b1b3c
Remove Aspire- prefix from AddAWSCloudFormationStack
vlesierse Aug 24, 2024
3d6a837
Fix packages due to merge
vlesierse Aug 24, 2024
bb12ea2
Bump AWS CDK
vlesierse Aug 24, 2024
54117f3
Temp solution to verify build
Aug 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove AWSSDK SSO
  • Loading branch information
Vincent Lesierse committed Jul 7, 2024
commit 6ce231a026ba51f2c4a0e0921cc059675aa4a1c9
5 changes: 0 additions & 5 deletions playground/AWS/AWSCDK.AppHost/AWSCDK.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<Compile Include="$(SharedDir)KnownResourceNames.cs" Link="KnownResourceNames.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SSO" />
<PackageReference Include="AWSSDK.SSOOIDC" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aspire.Dashboard\Aspire.Dashboard.csproj" />
<ProjectReference Include="..\..\..\src\Aspire.Hosting.AWS\Aspire.Hosting.AWS.csproj" IsAspireProjectResource="false" />
Expand Down
Loading