Skip to content

Instantly share code, notes, and snippets.

@Pipp94
Created October 28, 2019 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pipp94/249ac4b4c451ac7be5d46b9795998b43 to your computer and use it in GitHub Desktop.
Save Pipp94/249ac4b4c451ac7be5d46b9795998b43 to your computer and use it in GitHub Desktop.
WEB IDE
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>AWS SNS</title>
</head>
<body>
<h1>AWS SNS</h1>
<a href="/mes">Link</a>
</body>
</html>
{
"welcomeFile": "/webapp/index.html",
"authenticationMethod": "none",
"routes": [{
"path": "/",
"target": {
"type": "destination",
"name": "mes",
"entryPath": "/"
},
"description": "MES"
}],
"sendWelcomeFileRedirect": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment