First upload the source codes as a .zip file
aws deploy push --application-name [ApplicationName] --s3-location…
aws deploy push --application-name [ApplicationName] --s3-location
Use 2 spaces for indentation.
function hello (name) { console.log('hi', name)}
Use single quotes for strings except to avoid escaping.
console.log('hello there')$("<div…