Skip to content

converts aws cli package and deploy commands to pure javascript

Notifications You must be signed in to change notification settings

architect/aws-deploy-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@architect/aws-deploy-lite

Typically AWS CloudFormation applications get deployed using the AWS CLI. Unfortunately, the AWS CLI is a large dependency. This library extracts the bare minimum package and deploy commands as standalone capabilities implemented in pure Node friendly JavaScript.

The following resource types are implemented:

  • AWS::Serverless::Function
  • AWS::Lambda::Function

Warning

The following resource types are currently not implemented. This may affect custom plugins. Let us know if you need to support any of these resource types in Discord or an issue.

  • AWS::AppSync::GraphQLSchema
  • AWS::Serverless::Api
  • AWS::AppSync::Resolver
  • AWS::AppSync::FunctionConfiguration
  • AWS::ApiGateway::RestApi
  • AWS::ElasticBeanstalk::ApplicationVersion
  • AWS::Lambda::LayerVersion
  • AWS::Serverless::LayerVersion
  • AWS::ServerlessRepo::Application
  • AWS::StepFunctions::StateMachine
  • AWS::Serverless::StateMachine
  • AWS::CloudFormation::Stack
  • AWS::Serverless::Application
  • AWS::Glue::Job
  • AWS::CodeCommit::Repository

About

converts aws cli package and deploy commands to pure javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published