You can execute function calling faster and more efficiently! ! I tried parallel execution of Function calling announced at OpenAI DevDay.

Welcome back! In this concise second article, we’re exploring the efficient world of parallel function execution as highlighted in OpenAI DevDay. Let’s quickly dive into what makes it exciting ! Feature overview Function calling has been updated. Now, you can call multiple functions with a single message. (To be precise, the response side instructs to … Lire la suite You can execute function calling faster and more efficiently! ! I tried parallel execution of Function calling announced at OpenAI DevDay.

Évaluez ceci :

Implement message sending and receiving with Spring Boot + Amazon MQ (ActiveMQ)

This section describes the procedure for building Apache ActiveMQ with Amazon MQ and using it from the Spring Boot application. In addition, we will verify the operation on the application side when a file over occurs in ActiveMQ. I will describe how to build Apache ActiveMQ with Amazon MQ and use it from Spring Boot application. … Lire la suite Implement message sending and receiving with Spring Boot + Amazon MQ (ActiveMQ)

Évaluez ceci :

How to use AWS SDK Clients in Spring Boot environment with externalized properties

Intro As Java developer i’ve seen many methods that devers uses to interact with AWS SDK in the Spring Boot environment, but i prefer this style among all others xD Normally, when using AWS SDK for Java clients in Spring environment, i advise you to use each client as a bean, write Java configuration as follows. AWS SDK Client in Spring environment … Lire la suite How to use AWS SDK Clients in Spring Boot environment with externalized properties

Évaluez ceci :

Script that makes AWS Assume Role feel good ( AWS)

Hello, Do you have an Assume Role?If YES and If you use AWS-related CLI tools in the switch roll destination environment, you will usually need to use the Assume Role.I wrote a script about how to ease the task of assuming a role programmatically because it is even tedious to do that . About scripts The … Lire la suite Script that makes AWS Assume Role feel good ( AWS)

Évaluez ceci :

Overrid the http status codes returned by Amazon API Gateway in a POST method ?

We have  to create an integration response that maps the default response to 201 method response. Follow these steps to fix that: 1. Create a method response with status code 201. Delete the method response with status code 200 if that is not required. 2. Delete the default integration response (that maps default HTTP status to 200 … Lire la suite Overrid the http status codes returned by Amazon API Gateway in a POST method ?

Évaluez ceci :

How to create Api Gateway with terraform

Terraform gives us possibility to write these ressources for our api_gateway : aws_api_gateway_account aws_api_gateway_api_key aws_api_gateway_authorizer aws_api_gateway_base_path_mapping aws_api_gateway_client_certificate aws_api_gateway_deployment aws_api_gateway_documentation_part aws_api_gateway_documentation_version aws_api_gateway_domain_name aws_api_gateway_gateway_response aws_api_gateway_integration  ==> to specify  proxy or not , wich lambda mock endpoint.. aws_api_gateway_integration_response  ====>to specify  proxy or not , wich lambda mock endpoint.. aws_api_gateway_method  : POST GET aws_api_gateway_method_response  ====> aws_api_gateway_method_settings aws_api_gateway_model aws_api_gateway_resource  =====> … Lire la suite How to create Api Gateway with terraform

Évaluez ceci :

Aws lambda list-functions Unknown output type:

Done : main.tf contains script and iam type for your lambda terraform plan to show the changes terraform apply to apply the plan aws lambda list-functions  : to verify if lambda is created or not console shows : Unknown output type: Problem After creating your terraform script to deploy a lambda when you configure your aws … Lire la suite Aws lambda list-functions Unknown output type:

Évaluez ceci :