Publish your web app, check it works locally. Zip the files into a single archive.
Go to AWS console, and S3 buckets. Create a bucket for your compiled app artefacts.
Upload your zip file.
| /// <summary> | |
| /// Handles the slightly odd version of chunked HTTP/1.1 | |
| /// that the S3 SDK uses, but .Net does not handle correctly. | |
| /// </summary> | |
| private static async Task CopyS3ChunkedStream(Stream input, Stream output) | |
| { | |
| // If this is a 'chunk-signature' stream, we expect to see | |
| // - an ascii string hex number (e.g. 5E24) -- this is the chunk length | |
| // - the string ";chunk-signature=" | |
| // - a 64-char SHA256 hash check-sum (e.g. "e2617d7cf2c7c91a3b650b16726847b39a6f333577df6617ecd7267e66631df1") |
| -- Disconnect any stray connections (like from background tasks) | |
| SELECT | |
| pg_terminate_backend(pid) | |
| FROM | |
| pg_stat_activity | |
| WHERE -- don't kill my own connection! | |
| pid <> pg_backend_pid(); |
| https://download.oracle.com/otn-pub/java/jdk/16.0.1+9/7147401fd7354114ac51ef3e1328291f/jdk-16.0.1_windows-x64_bin.exe | |
| https://download.oracle.com/otn-pub/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe |
| https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe |
| The quick brown fox jumps over the lazy dog; | |
| Crazy Fredericka bought many very exquisite opal jewels! | |
| A sphinx of black quartz judges my vow: | |
| New farmhand proves strong but lazy, picking just six quince? | |
| About sixty codfish eggs with make a quarter-pound of (very fizzy) jelly. | |
| Grumpy wizards make toxic brew for the evil Queen and Jack. |
| To reset dino world secret diary, hold 1, 3, and 0 together until it opens (about 3 seconds) | |
| then enter new 4 digit code and press # |
| Hurricane | |
| Tornado | |
| Typhoon | |
| Cyclone | |
| Storm | |
| Blizzard | |
| Derecho | |
| Thunder | |
| Tempest | |
| Squall |
| $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" | |
| $headers.Add("Accept", "application/json") | |
| $headers.Add("Authorization", "Bearer $($_MY_BEARER_TOKEN_)") | |
| $headers.Add("Content-Type", "application/json") | |
| try { | |
| $reponse = Invoke-RestMethod $_MY_URL_ -Method Post -Body $_MY_PAYLOAD_STRING_ -UseBasicParsing -Headers $($headers) | |
| # ... success, do stuff with response here ... | |
| NetPositive is a web browser for the BeOS operating system. It's famous for its haiku error messages. This page lists those messages. | |
| The web site you seek | |
| Lies beyond our perception | |
| But others await. | |
| Sites you are seeking | |
| From your path they are fleeing | |
| Their winter has come. |