Que es API GATEWAY en Inglés

Ejemplos de uso de API gateway en Español y sus traducciones al Inglés

{-}
  • Colloquial category close
  • Official category close
API Gateway declara las respuestas 200 de forma predeterminada.
The API Gateway declares the 200 response by default.
Cuando se haya completado la creación de la pila,la URL raíz de API Gateway se mostrará en la página.
When the stack creation is complete,the root URL for the API Gateway is displayed on the page.
Para usar la consola API Gateway para probar la llamada a la API, haga lo siguiente.
To use the API Gateway console to test invoking the API, do the following.
Del mismo modo, para describir el tipo de datos del cuerpo de la respuesta,creamos los siguientes modelos en API Gateway.
Similarly, to describe the response body data type,we create the following models in the API Gateway.
Por ejemplo, para que API Gateway admita imágenes JPEG, envíe una solicitud PATCH al recurso RestApi.
For example, to have API Gateway handle JPEG images, submit a PATCH request to the RestApi resource.
Además, usaremos la característica de integración sencilla de Lambda proporcionada por API Gateway para configurar el método.
In addition, we will use the simple Lambda integration feature provided by the API Gateway console to set up the method.
Si es la primera vez que utiliza API Gateway, es posible que le resulte difícil entender qué es lo que ha ocurrido.
If you are new to API Gateway, you may find it difficult to understand what actually went wrong.
El recurso AWS:: ApiGateway::RequestValidator configura reglas de validación básica de las solicitudes entrantes a la API API Gateway.
The AWS:: ApiGateway::RequestValidator resource sets up basic validation rules for incoming requests to your API Gateway API.
En este paso, saldrá de la consola de API Gateway y utilizará la API para tener acceso al punto de enlace HTTP.
In this step, you go outside of the API Gateway console and use your API to access the HTTP endpoint.
API Gateway, CloudWatch y otros paneles de la consola de AWS proporcionan una vista rápida del entorno de AWS.
The API Gateway, CloudWatch, and other AWS console dashboards provide an at-a-glance view of the state of your AWS environment.
En este paso,saldrá de la consola de API Gateway para interactuar con el punto de enlace HTTP y la función de Lambda.
In this step,you go outside of the API Gateway console to interact with both the HTTP endpoint and the Lambda function.
Los eventos de registros de más de 1024 bytes, como cuerpos de solicitud yrespuesta, los truncará API Gateway antes de su envío a CloudWatch Logs.
Log events larger than 1024 bytes, such as request and response bodies,will be truncated by API Gateway before submission to CloudWatch Logs.
Si es la primera vez que utiliza API Gateway, consulte primero Desarrollar una API de API Gateway con integración de Lambda.
If you're new to API Gateway, see Build an API Gateway API with Lambda Integration first.
Para obtener más información sobre cómo utilizar la herramienta de importación de Swagger de API Gateway, consulte Getting Started with the API Gateway Swagger Importer.
For information on how to use the API Gateway Swagger Importer, see Getting Started with the API Gateway Swagger Importer.
Para integrar su API de API Gateway con Amazon S3,debe elegir una región en la que los servicios API Gateway y Amazon S3 estén disponibles.
To integrate your API Gateway API with Amazon S3,you must choose a region where both the API Gateway and Amazon S3 services are available.
Para obtener un procedimiento de inicio rápido para usar la característica Import API desde la consola de API Gateway, consulte Desarrollar una API de API Gateway a partir de un ejemplo.
For a quick start to using the Import API feature from the API Gateway console, see Build an API Gateway API from an Example.
Probar un método con la consola API Gateway es lo mismo que llamar al método desde fuera de la consola de API Gateway.
Testing a method with the API Gateway console is the same as calling the method outside of the API Gateway console.
AWS SAM utilizará el código anterior para crear una función en Lambda, añadir un nuevo método yruta al API en API Gateway y, a continuación, conectar este método y ruta a la nueva función.
AWS SAM will use the preceding code to create a function in Lambda, add a new method andpath to the API in API Gateway, and then connect this method and path to the new function.
En este paso,saldrá de la consola de API Gateway y usará el proxy de servicio de AWS para interactuar con el servicio Amazon SNS.
In this step,you go outside of the API Gateway console and use your AWS service proxy to interact with the Amazon SNS service.
Si obtiene la clave privada de otra forma y la clave está cifrada,puede utilizar el siguiente comando para descifrar la clave antes de enviarla a API Gateway para que configure un nombre de dominio personalizado.
If you obtain the private key in another way and the key is encrypted,you can use the following command to decrypt the key before submitting it to API Gateway for setting up a custom domain name.
Cuando se llama al método, API Gateway simplemente acepta la solicitud e inmediatamente devuelve la respuesta a la integración configurada al cliente a través de Method Response.
When the method is called, the API Gateway simply accepts the request and immediately returns the configured integration response to the client by way of Method Response.
Puede utilizar estos tokens para recuperar las credenciales de AWS que permitan a su aplicación obtener acceso a otros servicios de AWS opodría elegir utilizarlos para controlar el acceso a los recursos del lado del servidor o a Amazon API Gateway.
You can use those tokens to retrieve AWS credentials that allow your app toaccess other AWS services, or you might choose to use them to control access to your server-side resources, or to the Amazon API Gateway.
La interfaz interna de un método de API en API Gateway, donde asigna los códigos de estado, los encabezados y la carga que se reciben del backend al formato de respuesta que se devuelve a una aplicación cliente.
The internal interface of an API method in API Gateway, in which you map the status codes, headers, and payload that are received from the backend to the response format that is returned to a client app.
Para utilizar un proveedor de credenciales de Amazon Cognito para autorizar las llamadas a la API,utilice la clase ApiClientFactory para pasar un conjunto de credenciales de AWS mediante el SDK generado por API Gateway, tal y como se muestra en el siguiente ejemplo.
To use an Amazon Cognito credentials provider to authorize calls to your API,use the ApiClientFactory class to pass a set of AWS credentials by using the SDK generated by API Gateway, as shown in the following example.
En la consola de API Gateway, seleccione el nodo de método/streams/{stream-name}/DELETE en el panel Resources, elija Test para comenzar la prueba, escriba el nombre de un flujo de Kinesis existente en Path para stream-name y elija Test.
From the API Gateway console, select the/streams/{stream-name}/DELETE method node in the Resources pane, choose Test to start testing, type the name of an existing Kinesis stream in Path for stream-name, and choose Test.
Cuando un cliente envíe una solicitud de método para realizar alguna de estas operaciones, API Gateway publicará la solicitud de integración correspondiente para llamar a la función de Lambda especificada, pasando la entrada necesaria(dos operandos y un operador) como una carga JSON.
When a client submits a method request to perform any of these operations, API Gateway will post the corresponding integration request to call the specified Lambda function, passing the required input(two operands and one operator) as a JSON payload.
La siguiente tabla muestra cómo API Gateway convierte la carga de solicitud para configuraciones específicas del encabezado Content-Type de una solicitud, la lista binaryMediaTypes de un recurso RestApi y el valor de la propiedad contentHandling del recurso Integration.
The following table shows how API Gateway converts the request payload for specific configurations of a request's Content-Type header, the binaryMediaTypes list of a RestApi resource, and the contentHandling property value of the Integration resource.
Para permitir a un desarrollador de API crear yadministrar una API en API Gateway debe crear políticas de permisos de IAM que permitan a un desarrollador de la API especificado crear, actualizar, implementar, ver o eliminar las entidades de API necesarias.
To allow an API developer to create andmanage an API in API Gateway, you must create IAM permissions policies that allow a specified API developer to create, update, deploy, view, or delete required API entities.
La asociación se habilita estableciendo el campo productCode de UsagePlan de API Gateway en el código de producto de AWS Marketplace mediante la consola de API Gateway, la API REST de API Gateway, la AWS CLI de API Gateway o el SDK de AWS para API Gateway.
You enable the association by setting the API Gateway UsagePlan 's productCode field to your AWS Marketplace product code, using the API Gateway console, the API Gateway REST API, the AWS CLI for API Gateway, or AWS SDK for API Gateway.
Resultados: 29, Tiempo: 0.0234

Traducción palabra por palabra

Top consultas de diccionario

Español - Inglés