Giter Site home page Giter Site logo

sam-projects's Introduction

sam-projects

The purpose of this project is to hack on things to deploy via SAM.

Prerequisites

AWS CLI

The project depends upon having the AWS CLI being installed and available.

Mac and Linux

The AWS CLI can be installed using the Python pip package utility. It is possible to create isolated Python environments using Virtualenv. Though not required, it makes standardizing packages on a project much easier.

pip install -r requirements.txt

Once the CLI is installed it must be configured with IAM keys:

aws configure

Windows

Download and run the 64-bit or 32-bit Windows installer.

Once the CLI is installed it must be configured with IAM keys:

aws configure

Node.js

SAM Local depends upon Node.js and NPM (Node Package Manager) being installed. Please download and install the version of Node.js from the Downloads site that is suitable to your operating system.

SAM and SAM Local

The project allows artifacts to be deployed using the Serverless Application Model (SAM) and SAM Local.

For instructions on installing specific prerequisites, please refer to the Prerequisites section of the SAM Local Github project.

AWS S3 Bucket

The projects included in this repository will upload code to a S3 bucket. This bucket will be referenced in directions using the convention <YOUR S3 BUCKET>. Once the AWS CLI is configured, create your bucket. Bucket names must be unique so copying and pasting the example using asap_sandbox will fail as the bucket already exists.

aws s3 mb s3://<YOUR S3 BUCKET>

eg.

aws s3 mb s3://asap_sandbox

sam-projects's People

Contributors

bmcnamar-amazon avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.