question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add CDK Constructs support for Batch

See original GitHub issue

Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository’s issues are intended for feature requests and bug reports.

  • I’m submitting a …

    • 🪲 bug report
    • 🚀 feature request
    • 📚 construct library gap
    • ☎️ security issue or vulnerability => Please see policy
    • ❓ support request => Please see note at the top of this template.
  • What is the current behavior? Currently the Batch CDK supports only generated Cloudformation resource content.

  • What is the expected behavior (or behavior of feature suggested)? I am intending to add support for Batch Constructs in the @aws-cdk/aws-batch module.

  • What is the motivation / use case for changing the behavior or adding this feature? Adding full CDK support for the collection of Batch services. I estimate the following resources will be required to meet the requirement:

  • ComputeEnvironment
  • JobQueue
  • JobDefinition

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
stephnrcommented, Oct 27, 2019

Yes! Thanks for the friendly reminder here @reisingerf @rhboyd. I am finished with the logic now but working on tests. You can view the progress from my fork below:

https://github.com/stephnr/aws-cdk/commits/master

0reactions
skinny85commented, Mar 19, 2020

#4732 has been merged, closing this one 😃.

Read more comments on GitHub >

github_iconTop Results From Across the Web

class BatchSubmitJob (construct) · AWS CDK
class BatchSubmitJob (construct) ... import * as batch from '@aws-cdk/aws-batch'; declare const ... x string. Add a prefix to the stateId of this...
Read more >
[Batch] Add "Secrets" properties in interface ... - GitHub
Need to pass Secrets to a Batch Job with CDK Batch Construct. ... be interesting to add "Secrets" propertie to the CDK Batch...
Read more >
@aws-cdk/aws-batch - npm
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or ......
Read more >
Datadog CDK Construct
Datadog CDK Construct. NPM PyPI Slack License. Use this Datadog CDK Construct Library to deploy serverless applications using AWS CDK .
Read more >
How to install AWS CDK (step-by-step guide)
To deploy the template that you synthesized with CDK synth on an AWS account. It would help if you had AWS CLI installed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found