-
Notifications
You must be signed in to change notification settings - Fork 496
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
[release/8.0-preview5] Add README file for Aspire.Hosting.AWS #3242
Conversation
|
||
## 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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"]}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{"Protocol" : "sqs", "Endpoint" : {"Fn::GetAtt" : [ "ChatMessagesQueue", "Arn"]}} | |
{ "Protocol" : "sqs", "Endpoint" : { "Fn::GetAtt" : [ "ChatMessagesQueue", "Arn" ] } } |
@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 |
Yep do it main |
Done: #3248 |
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