You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to customise my deployment project to be able to create new / use existing simple service queue. I could not find any instructions in the documentation by customizing the recipe file to support this resource. I can only view the one example resource, of adding a Dynamo DB table to the deployment project: https://aws.github.io/aws-dotnet-deploy/tutorials/custom-project/. Are we able to add documentation on what resources are supported with the recipe schema and some examples to accompany this.
aliew
changed the title
No instructions to add a new or existing simple queue service
No instructions to add a new or existing simple queue service to recipe schema file
Jul 11, 2024
The recipe file is used to drive the UI, either VS or the CLI, to guide the user to provide input values into CDK project. With CDK project you can create anything CDK or the AWS SDK support based on the input collected from the UI and passed into the user. The sample you linked to describes how to create UI settings for the name for an existing DDB table or create new. For SQS the process would be basically the same but in the CDK project you would use the CDK constructs for SQS.
Describe the issue
Hi guys,
I like to customise my deployment project to be able to create new / use existing simple service queue. I could not find any instructions in the documentation by customizing the recipe file to support this resource. I can only view the one example resource, of adding a Dynamo DB table to the deployment project: https://aws.github.io/aws-dotnet-deploy/tutorials/custom-project/. Are we able to add documentation on what resources are supported with the recipe schema and some examples to accompany this.
Thanks.
Links
https://aws.github.io/aws-dotnet-deploy/tutorials/custom-project/
The text was updated successfully, but these errors were encountered: