Skip to content

juanfbl9307/pulumi-api-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulumi API REST

This is a simple API REST to manage AWS S3 buckets using Pulumi and GO.

Requirements

How to use

  1. Clone this repository
  2. Run aws configure --profile dev to configure your AWS credentials in dev profile
  3. Run pulumi login to authenticate with Pulumi
  4. Run go run main.go to start the server

Endpoints

  • POST /bucket: Create a new bucket stack
    • Request body:
      {
        "bucketName": "my-bucket",
        "customMessage": "some message"
      }
  • DELETE /bucket: Delete a bucket stack

Summary

This is a simple API REST to manage AWS S3 buckets using Pulumi and GO.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages