Page 11 of 57

How to get temporary credentials using Python AWS IAM

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we are going to see how to write a simple python script to generate temporary credentials from STS. There are two examples below on how to use those temporary credentials one is how to list objects inside an S3 bucket and other is launching […]

How to configure AWS API Gateway custom domain in Cloudflare

Last updated on August 29th, 2024 at 11:49 amMillions of websites are hosted on Cloudflare DNS. One of the major challenge for webmasters is to find a way to integrate domains already in Cloudflare with certain AWS services. In this tutorial we are going to retain all the DNS configuration in Cloudflare itself. We are […]

How to use localstorage in Javascript

Last updated on August 29th, 2024 at 11:49 amClient side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving data to the browser and retrieve it instead of using cookies or may be session(depending on use-cases). […]

« Older posts Newer posts »