downthon_AB VS aws-blog.de-projects

Compare downthon_AB vs aws-blog.de-projects and see what are their differences.

downthon_AB

downthon_AB is a simple Python script that can turn a folder of Markdown formatted .txt or .md files into something very nearly resembling a blog. (by delthan)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
downthon_AB aws-blog.de-projects
1 21
1 57
- -
0.0 5.8
almost 2 years ago 16 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

downthon_AB

Posts with mentions or reviews of downthon_AB. We have used some of these posts to build our list of alternatives and similar projects.

aws-blog.de-projects

Posts with mentions or reviews of aws-blog.de-projects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Adding Cognito Authentication to our Serverless Dash App
    2 projects | dev.to | 12 Apr 2024
    With this theory out of the way, let‘s see how we can implement it. I have once again created a repository with a SAM-based app. The app deploys the required Cognito user pool and app client for authentication and grants the Frontend Lambda permission to describe the User Pool and retrieve some secrets at runtime so that they don‘t have to be hardcoded. Almost all the rest happens in the Lambda function.
  • Build a Serverless S3 Explorer with Dash
    2 projects | dev.to | 2 Apr 2024
    You can deploy the solution to your own account, as explained in the Github repository. It's basically a combination of sam build and sam deploy --guided because we need SAM to create an ECR repository for the docker image. After the deployment, you need to add credentials to the Parameter Store parameter; otherwise, you won't be able to access the webapp. I didn't include default credentials on purpose.
  • Adding Basic Authentication to the Serverless Dash App
    1 project | dev.to | 20 Mar 2024
    The code for this setup is available on Github again. I'm not going to walk through all of the authorizer code here, feel free to check out the full implementation, it should be relatively easy to read.
  • Deploying a Serverless Dash App with AWS SAM and Lambda
    3 projects | dev.to | 4 Mar 2024
    The build_app function creates a Dash app that displays some text, an image, and some dynamic functionality. I've omitted some of the code for brevity, you can find the full code on Github. I wrapped the instantiation in a function that allows me to pass additional arguments to the apps' constructor.
  • Teaching boto3 to store floats and datetime objects in DynamoDB
    2 projects | dev.to | 7 Sep 2023
    In order to fix these shortcomings, we can extend boto3 to teach it how to deal with more data types than it can on its own. The code, including some tests for it is available on GitHub, and you can jump straight into that if you're impatient, but we're also going to walk through it and talk about some background info that may interest you.
  • Advanced Credential Rotation for IAM Users with a Grace Period
    1 project | dev.to | 9 Jun 2023
    This works well for situations where only one set of credentials can be active at any point in time. There's only one problem here. There is no built-in hook in the lifecycle to decommission or deactivate the old credentials after a grace period, so we have to build our own. Fortunately, the architecture for that isn't too complicated. We extend the four-step lifecycle with a fifth deletePreviousSecret step implemented through custom logic. A self-contained example implementation in Terraform and Python is available here. Let's go through each step in the sequence and see what's happening.
  • Push-Down-Predicates in Parquet and how to use them to reduce IOPS while reading from S3
    1 project | dev.to | 21 Apr 2023
    By playing around with the two different implementations, I also learned a few more performance details that surprised me. Let's talk a bit about my experiment setup. The complete code is also available on GitHub if you want to follow along.
  • The beating heart of SQS - of Heartbeats and Watchdogs
    1 project | dev.to | 24 Mar 2023
    Pictures are cheap. Let's look at some code that you can also find on GitHub. You need the AWS SDK for Python and a standard SQS queue to run this yourself. We begin with code that can send a few dummy messages to our SQS queue.
  • Introduction to asynchronous interactions with the AWS API in Python
    1 project | dev.to | 5 Dec 2022
    This lambda function sleeps for a random number of seconds between one and ten. It fails in about 15% of all invocations, simulating a broken configuration. In all other cases, it returns the message that processing was successful. Let's look at the implementation now. You can find the complete code on Github if you're interested.
  • 10 years and one month: speed up website hosting on AWS in four steps
    2 projects | dev.to | 26 Oct 2022
    aws-blog.de

What are some alternatives?

When comparing downthon_AB and aws-blog.de-projects you can also consider the following projects:

lazyblorg - Blogging with Org-mode for very lazy people

tfquery - tfquery: Run SQL queries on your Terraform infrastructure. Query resources and analyze its configuration using a SQL-powered framework.

simple-c-compiler - Simple C Compiler written in Python

terraform-aws-slackbot - Serverless Extensible Slackbot

cdk-magento-webshop - This is a CDK app to provision the required resources to run a flexible, scalable, and cost-effective Magento webshop on top of AWS.

Hugo - The world’s fastest framework for building websites.

aws-sdk-go - AWS SDK for the Go programming language.

boto3 - AWS SDK for Python