This repository contains a sample Node.js web application built using Express, meant to be used as part of the AWS DevOps Learning Path.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.
$ git config --global user.email 'flugaoveltem@outlook.com'
$ git config --global user.name 'flugaoveltem@outlook.com'
omit --global to set the idendity only in this repository
alter with vs code
version: 0.2 phases: build: commands: - npm i --save artifacts: files: - '**/*'
"npm i --save"