Материалы по теме 'httpapi' | DevsDay.ru

IT-блоги Материалы по теме 'httpapi'

IT-блоги Материалы по теме 'httpapi'


Разработка dev.to 2 мая 2024 г. 8:44

I recently read 6 Ways To Pass Parameters to Spring REST API. Though the title is a bit misleading, as it's unrelated to REST, it does an excellent job listing all ways to send parameters to a Spring application. I want to do the same for Apache APIS...... читать далее

rest httpapi lua

Разработка dev.to 21 апреля 2024 г. 17:47

Buckle up for this one as it's going to be a lengthy piece. I love writing articles like this one because they contain complete infrastructure builds that highlight some best practices to put multiple components together and act as great starting po...... читать далее

aws serverless api rust

Разработка dev.to 17 апреля 2024 г. 12:55

Introduction The AWS Serverless Application Model (AWS SAM) is a comprehensive toolkit crafted to streamline developers' efforts in building and overseeing serverless applications, encompassing components like Lambda functions, API Gateway, Dynamo...... читать далее

aws serverless sam iac

Разработка dev.to 10 апреля 2024 г. 21:29

About two months ago, I was given a task to deploy Laravel API to Lambda. And then I found the ways to deploy it using Serverless Framework and Bref. What is Serverless Framework? The Serverless Framework is an open-source framework that...... читать далее

aws lambda laravel learning

Разработка dev.to 1 марта 2024 г. 21:31

PostgreSQL is an open-source object–relational database system that is robust, reliable, and highly performant. It uses and extends SQL with features that can handle complicated workload data. In this article, we will use AWS CloudFront functions to...... читать далее

postgres neon aws serverless

Разработка dev.to 14 февраля 2024 г. 15:00

Written by Nitish Sharma ✏️ Serverless architecture is one answer to the demand for scalable, efficient, and easily maintainable solutions in modern web development. NeonDB, a serverless PostgreSQL offering, stands out as a robust choice among the s...... читать далее

graphql prsima webdev

Разработка dev.to 13 февраля 2024 г. 3:37

The Lambda Annotations Framework provides a programming model for .NET developers to create AWS Lambda Functions. In previous posts, we learned how to get started with the Annotations Framework and also how to build a CRUD API using the Annotations...... читать далее

dotnet aws lambda

Разработка dev.to 2 февраля 2024 г. 0:45

Idempotency refers to the property of a function that produces the same result regardless of how many times it is executed with the same input parameters. Idempotency is particularly important in distributed systems, where messages may be retried du...... читать далее

dotnet aws lambda dotnetcore

Разработка dev.to 31 января 2024 г. 19:46

In a project I started working on some time ago I needed an easy way to do redirects from one domain, example.com to a different domain, example-2.com. Normally I would try and use DNS as far as possible, but when I needed to handle example.com/abc a...... читать далее

aws serverless cloudfront

Разработка dev.to 7 декабря 2023 г. 10:50

In a talk I recently gave at a conference I did some live coding on stage, in that session I created a translation service using AWS and Slack, where you could directly do translations from Slack using a slash command. You also got a audio file where...... читать далее

aws serverless ai stepfunctions

Разработка dev.to 14 октября 2023 г. 6:38

Introducing Amazon Bedrock, a fully managed service, that provides a range of top-performing foundation models (FMs) from leading AI companies. It empowers you to effortlessly experiment with these FMs, customize them with your data through technique...... читать далее

aws ai lambda serverless

Разработка dev.to 5 октября 2023 г. 9:33

TL;DR In this series, I try to explain the basics of serverless on AWS, to enable you to build your own serverless applications. During last article, I showed you how to deploy a frontend on AWS, and how to make it interact with your serverless bac...... читать далее

serverless aws javascript tutorial

Разработка dev.to 6 июля 2023 г. 12:54

Renaming a path parameter in AWS API Gateway can be a complex task, whether you're working with a REST API using aws-apigateway (v1) module or an HTTP API with aws-apigatewayv2 (v2). In this article, we'll explore the process of renaming path paramet...... читать далее

javascript aws tutorial serverless

DevOps DZone DevOps 11 мая 2023 г. 0:50

This is the second article to teach developers how to make serverless Java for dynamic data processing with a NoSQL database. In the previous article, you learned how to design an entity class and implement abstract services to bind the DynamoDB...... читать далее

DevOps DZone DevOps 8 мая 2023 г. 18:01

In this blog post, you will be using AWS Controllers for Kubernetes on an Amazon EKS cluster to put together a solution where HTTP requests sent to a REST endpoint exposed by Amazon API Gateway are processed by a Lambda function and persisted to a Dy...... читать далее

Разработка dev.to 10 апреля 2023 г. 7:48

AWS Lambda is Amazon Web Services (AWS) serverless computing platform that allows developers to run their code without building or managing servers. Java is one of the most popular programming languages ​​supported by AWS Lambda. With the ability to...... читать далее

aws serverless lambda java

Разработка dev.to 31 марта 2023 г. 8:56

TL;DR We will create a working PoC which proves that migration from Express based app hosted in Heroku to NestJS app hosted in AWS with serverless architecture based on API Gateway, Fargate and Aurora is not so complicated. We will also use the IaC...... читать далее

express heroku nestjs aws

Разработка dev.to 28 марта 2023 г. 3:30

For the past couple of days. I have been working with the Serverless framework. I came to know that you can actually host your flask API that integrates several AWS services such as Lambda, API Gateway, and DynamoDB using this framework. I had to spe...... читать далее

aws awscommunity serverless devtool

Разработка dev.to 28 ноября 2022 г. 16:00

How to implement a reverse proxy cache to any API using AWS CloudFront A reverse proxy is the application that sits in front of back-end applications and forwards client (e.g. browser) requests to those applications. Reverse proxies help increase...... читать далее

tutorial aws cache cloudfront

Разработка dev.to 25 октября 2022 г. 13:37

This post describes how you can implement a simple URL shortener using native low code AWS services. Some previous knowledge of API Gateway and StepFunctions is assumed. Motivation At Mathem, we use a home built URL shortener in SMS commu...... читать далее

aws serverless