What is the translation of " API EN API " in English?

API in API

Examples of using API en API in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
P:¿Cómo capitalizo mis API en API Gateway?
Q: How do I monetize my APIs on API Gateway?
El API en API Gateway que facilita llamar a la función de Lambda.
The API in API Gateway that makes it easier to call the Lambda function.
Configuración de los registro de API en API Gateway.
Set Up CloudWatch API Logging in API Gateway.
Para utilizar este archivo de SAM de AWS para conectar una API en API Gateway a la función, consulte el repositorio del modelo de aplicaciones sin servidor de AWS(SAM de AWS) en GitHub.
To use this AWS SAM file to connect an API in API Gateway to the function, see the AWS Serverless Application Model(AWS SAM) repository on GitHub.
Siga las instrucciones en Configurar métodos de API en API Gateway.
Follow the instructions in Set up API Methods in API Gateway.
Para ilustrar cómo usar una API en API Gateway como un proxy de Amazon S3,en esta sección se describe cómo crear y configurar una API para exponer las siguientes operaciones de Amazon S3.
As an example to showcase using an API in API Gateway to proxy Amazon S3, this section describes how to create and configure an API to expose the following Amazon S3 operations.
Para obtener más información sobre Import API,consulte Importar una API en API Gateway.
For more information about the Import API,see Import an API into API Gateway.
Para generar un SDK específico de la plataforma odel lenguaje para una API en API Gateway, primero debe crear, probar e implementar la API en una etapa.
To generate a platform- orlanguage-specific SDK for an API in API Gateway, you must first create, test, and deploy the API in a stage.
Para obtener información acerca de cómo utilizar Import API,consulte Importar una API en API Gateway.
For information on how to use the Import API,see Import an API into API Gateway.
Para obtener más información acerca de los tipos de integración de la API en API Gateway, consulte Selección de un tipo de integración de la API en API Gateway.
For details about the API integration types in API Gateway, see Choose an API Gateway API Integration Type.
Para obtener instrucciones sobre cómo importar una API mediante la definición de Swagger,consulte Importar una API en API Gateway.
For instructions on how to import an API using the Swagger definition,see Import an API into API Gateway.
Los ejemplos se centran en las tareas de programación esenciales para crear una API en API Gateway, aprovechando los ajustes predeterminados cuando sea posible.
The examples focus on the essential programming tasks for creating an API in API Gateway, taking advantage of default settings when possible.
También puede importar las definiciones de Swagger de la API a API Gateway,siguiendo las instrucciones de Importar una API en API Gateway.
You can also import the API Swagger definitions to API Gateway,following the instructions given in Import an API into API Gateway.
Si ha decidido que API Gateway active automáticamente la función,AWS Cloud9 crea una API en API Gateway con un nombre que se corresponde con la aplicación sin servidor relacionada, si no existe todavía.
If you chose to have API Gateway automatically trigger your function,AWS Cloud9 creates an API in API Gateway with a name that corresponds to the related serverless application, if it doesn't already exist.
En lugar de esto, puede llamar a la API REST de API Gateway directamente para crear, configurar,actualizar e implementar una API en API Gateway.
Instead, you can call the API Gateway REST API directly to create, configure, update,and deploy an API in API Gateway.
Para llamar a una API en API Gateway que esté relacionada con una función Lambda existente, primero debe importar la versión remota de la función a su AWS Cloud9 development environment, si la función aún no está allí.
To invoke an API in API Gateway that is related to an existing Lambda function, you must first import the remote version of the function into your AWS Cloud9 development environment, if the function isn't already there.
Para obtener más información,consulte Importar una API en API Gateway y Exportar una API..
For more information,see Import an API into API Gateway and Export an API..
En esta sección, aprenderá a crear instrucciones de política de IAM para controlar quién puede o no puede crear,implementar y actualizar una API en API Gateway.
In this section, you will learn how to write up IAM policy statements to control who can or cannot create,deploy and update an API in API Gateway.
Si ha decidido que API Gateway active automáticamente la función,AWS Cloud9 crea una API en API Gateway con un nombre que se corresponde con la función.
If you chose to have API Gateway automatically trigger the function,AWS Cloud9 creates an API in API Gateway with a name that corresponds to the function.
El siguiente ejemplo de la extensión de API Gateway para Swagger define instancias DocumentationParts para que se importen o exporten desde una API en API Gateway.
The following example of the API Gateway extension to Swagger defines DocumentationParts instances to be imported to or exported from an API in API Gateway.
AWS SAM utilizará el código anterior para crear una función en Lambda,añadir un nuevo método y ruta 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 and path to the API in API Gateway, and then connect this method and path to the new function.
La canalización AWS CodePipeline que utiliza AWS CodeBuild y AWS SAM para automatizar la creación yla implementación de la función de Lambda del servicio web y el API en API Gateway.
The AWS CodePipeline pipeline that uses AWS CodeBuild and AWS SAM to automate building anddeploying the web service's Lambda function and API in API Gateway.
Los siguientes límites fijos se aplican a la creación,implementación y administración de una API en API Gateway, utilizando la AWS CLI, la consola de API Gateway o la API REST de API Gateway y sus SDK.
The following fixed limits apply to creating, deploying,and managing an API in API Gateway, using the AWS CLI, the API Gateway console, or the API Gateway REST API and its SDKs.
Para obtener información sobre la configuración de políticas válidas para llamar a una API,consulte Referencia de instrucciones de políticas de IAM para ejecutar la API en API Gateway.
For information about setting valid policies for calling an API,see Statement Reference of IAM Policies for Executing API in API Gateway.
Para crear, implementar y administrar una API en API Gateway, debe conceder al desarrollador de la API permisos para realizar las acciones necesarias admitidas por el componente de administración de la API de API Gateway.
To create, deploy, and manage an API in API Gateway, you must grant the API developer permissions to perform the required actions supported by the API management component of API Gateway.
Si llama a una API en API Gateway y, a continuación, trata de llamar al mismo código de función para su función relacionada en Lambda con los mismos datos de entrada personalizados, es posible que obtenga un error o el código no se ejecute según lo previsto.
If you invoke an API in API Gateway and then try to invoke the same code for its related function in Lambda with the same custom input data, you might get an error or the code might not run as expected.
Para permitir a un desarrollador de API crear y administrar 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 and manage 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.
Por ejemplo, una aplicación puede llamar a una API en API Gateway para cargar la información de gastos e ingresos anuales de un usuario a Amazon Simple Storage Service o que Amazon DynamoDB, procese los datos de AWS Lambda para calcular el impuesto adeudado y enviar una declaración de impuestos a través de el sitio web de el IRS.
For example, an application can call an API in API Gateway to upload a user's annual income and expense data to Amazon Simple Storage Service or Amazon DynamoDB, process the data in AWS Lambda to compute tax owed, and file a tax return via the IRS website.
Una vez que haya creado y configurado una API en API Gateway mediante la consola de API Gateway o de otra forma, puede exportarla a un archivo de Swagger mediante la API Export de API Gateway, que forma parte del servicio de control de Amazon API Gateway.
Once you created and configured an API in API Gateway, using the API Gateway console or otherwise, you can export it to a Swagger file using the API Gateway Export API, which is part of the Amazon API Gateway Control Service.
Click Here para ir a la sección ejemplos de código API en Pinnacle API Manual.
Click Here to go to the code examples section of the Pinnacle API Manual.
Results: 24795, Time: 0.0505

Word-for-word translation

Top dictionary queries

Spanish - English