Any use Pulumi to setup an AWS Batch service? Look...
# general
b
Any use Pulumi to setup an AWS Batch service? Looking for examples, thanks! https://aws.amazon.com/batch/
s
Right now we support some Batch resource:
ComputeEnvironment
,
JobDefinition
,
JobQueue
There are some examples in the docs here: https://pulumi.io/reference/pkg/nodejs/@pulumi/aws/batch/
The formatting is a little screwy - we have an update to fix some of that coming to the docs shortly - sorry!
b
thank @stocky-spoon-28903!