1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Hi, I found the solution to extend the total processing time for Asynchronous endpoint upto 60 minutes. Use this parameter "InvocationTimeoutSeconds=3600" when invoking the async endpoint.
code looks like below:
response = sm_client.invoke_endpoint_async(
EndpointName=endpoint_name,
InputLocation=input_file_s3_path,
ContentType='text/csv',
Accept='application/json',
InvocationTimeoutSeconds=3600
)
Thank you.
respondido hace 3 años
Contenido relevante
- preguntada hace 5 meses
- preguntada hace 20 días
