|
You are here |
www.serverless.com | ||
| | | | |
www.yoseph.tech
|
|
| | | | | Serverless GraphQL API's at the Edge. Did I hit on all of the buzzwords? | |
| | | | |
railsnotes.xyz
|
|
| | | | | Learn how to setup Ruby and Ferrum for stealthy web scraping and browsing, including setting up correct headers, proxying requests, rotating your user agents, restricting bandwidth usage and more. | |
| | | | |
cyber-intruder.com
|
|
| | | | | A non critical lack of access control in Azure Identity API makes easier SharePoint sites enumeration. | |
| | | | |
philiplaine.com
|
|
| | | There are a bunch of blog posts and tutorials out there showing how to setup a static website on AWS. They all offer the same general solution with maybe some caveat. Route53 for DNS, CloudFront as a CDN to speed up content delivery, S3 to store the content, and ACM as a certificate provider. A good place to start off at when embarking on a new project is AWS own reference documentation. AWS static website project is a great example of this, and it will probably do a better job conveying the required information that I ever will. The only thing I think the example lacks is setting up it certificates for CloudFront. That was the source of most of my problems when setting up my static website, the very one you are on right now. There are many Stack Overflow qu... | ||