automation-api-examples
automation-api-examples copied to clipboard
Examples for the Pulumi Automation API https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/auto?tab=doc
Pinning markupsafe, see [discussion]( https://github.com/aws/aws-sam-cli/issues/3661) I had error: ``` jinja2/filters.py", line 13, in from markupsafe import soft_unicode ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/home/alex/anaconda3/envs/pulumi_env/lib/python3.10/site-packages/markupsafe/__init__.py) ``` fix `pip install markupsafe==2.0.1`
Consistency with other language examples and v4 of the AWS SDK is being used.
Create a dotnet equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/inline_local_hybrid
Create a nodejs equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/inline_local_hybrid
Create a python equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/inline_local_hybrid
Create a dotnet equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/multi_stack_orchestration
Create a nodejs equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/multi_stack_orchestration
Create a python equivalent for this example: https://github.com/pulumi/automation-api-examples/tree/main/go/multi_stack_orchestration
https://www.pulumi.com/docs/guides/automation-api/  or at https://github.com/pulumi/automation-api-examples no java examples for automation API, pl. do add