pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Pluto provides a unified programming interface that allows you to seamlessly tap into cloud capabilities and develop your cloud and AI applications.

Results 34 pluto issues
Sort by recently updated
recently updated
newest added

## Feature Request **Is your feature request related to a problem? Please describe:** Developers may utilize the AWS SDK in their code to handle their AWS resources. They need to...

The schedule resource utilizes the cron expression to define the schedule. However, different runtimes have varying required formats. Hence, it is necessary for us to offer a standardized format for...

bug
good first issue
sdk

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) For the code below, the queue is a cloud resource. If a...

bug
enhancement
generator

We need to enhance the CLI, which includes: - [ ] Adding additional commands related to stacks. - [ ] Implementing "stack delete" command: This command will delete a specific...

good first issue
cli

Users have the ability to create two resources with identical names in different projects. It would be advantageous for users to ensure that each resource within different projects has a...

enhancement

We need to create a Terraform adapter that enables the development of the infrastructure SDK using Terraform. The initial idea is to use CDK-TF for developing the Infra SDKs. The...

good first issue
adapter
sdk

Currently, Pluto only supports a single file `src/index.ts`. If other files are imported, they will not be compiled and included in the generated code. We need to consider what the...

enhancement
deducer
generator

### Describe the feature Handle projects with multiple files ### Use Case No ### Proposed Solution _No response_ ### Other Information _No response_ ### Acknowledgements - [ ] I may...

good first issue
help wanted
deducer
💡feature

#### 1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".): - [x] N - [ ] Y #### 2. What is the...

### Describe the feature When creating the Pluto application, no longer specify stack information. Instead, when deploying, if there is no stack information, interactively create the stack. In the future,...

help wanted
cli
💡feature