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

[release/8.0-preview5] Add README file for Aspire.Hosting.AWS #3242

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 28, 2024

Backport of #3234 to release/8.0-preview5

/cc @davidfowl @normj

Customer Impact

Adding AWS package readme.

Testing

None

Risk

Low

Microsoft Reviewers: Open in CodeFlow

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Mar 28, 2024
@davidfowl davidfowl enabled auto-merge (squash) March 28, 2024 03:31

## Provisioning application resources with AWS CloudFormation

AWS application resources like Amazon DynamoDB tables or Amazon Simple Queue Service (SQS) queues can be provisioning during AppHost
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
AWS application resources like Amazon DynamoDB tables or Amazon Simple Queue Service (SQS) queues can be provisioning during AppHost
AWS application resources like Amazon DynamoDB tables or Amazon Simple Queue Service (SQS) queues can be provisioned during AppHost

"Type" : "AWS::SNS::Topic",
"Properties" : {
"Subscription" : [
{"Protocol" : "sqs", "Endpoint" : {"Fn::GetAtt" : [ "ChatMessagesQueue", "Arn"]}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{"Protocol" : "sqs", "Endpoint" : {"Fn::GetAtt" : [ "ChatMessagesQueue", "Arn"]}}
{ "Protocol" : "sqs", "Endpoint" : { "Fn::GetAtt" : [ "ChatMessagesQueue", "Arn" ] } }

@normj
Copy link
Contributor

normj commented Mar 28, 2024

@DamianEdwards My ignorance on the process here. Since my PR that added the README file has already been merged and this is the PR to backport I assume I don't have permissions to edit the backport/pr-3234-to-release/8.0-preview5. To address your comments should I create a new PR to main?

@davidfowl
Copy link
Member

Yep do it main

normj added a commit to normj/aspire that referenced this pull request Mar 28, 2024
@normj
Copy link
Contributor

normj commented Mar 28, 2024

Yep do it main

Done: #3248

davidfowl pushed a commit that referenced this pull request Mar 28, 2024
@davidfowl davidfowl merged commit f51414b into release/8.0-preview5 Mar 28, 2024
7 checks passed
@davidfowl davidfowl deleted the backport/pr-3234-to-release/8.0-preview5 branch March 28, 2024 20:18
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants