cneacsu / AWS-NodeJS-Serverless

AWS NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Project for AWS Developer: Serverless Architecture and Monitoring

This repository contains the demo project for the AWS Developer: Serverless Architecture and Monitoring course on Pluralsight.com.

Known Issues

None yet!

Found one? Please let me know by opening an issue!

License

All Images copyright Ryan Lewis

All Code under MIT license

GitHub -create a new repository on the command line

echo "# AWS-NodeJS-Serverless" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/cneacsu/AWS-NodeJS-Serverless.git git push -u origin master

-push an existing repository from the command line

git remote add origin https://github.com/cneacsu/AWS-NodeJS-Serverless.git git push -u origin master

About

AWS NodeJS


Languages

Language:JavaScript 91.0%Language:CSS 8.1%Language:HTML 0.9%