'Unable to apply step' error while reading data in map state

0

This the asl I added Enter image description here

Return statement in "pdf split function" is: Enter image description here

I got this error Enter image description here

I did not understand what is the exact error. Help me in solving this.

demandé il y a 9 mois609 vues
1 réponse
0
Réponse acceptée

Hi Jyothsna,

the Step Function state machine is expecting an object with a property pages however your input is a string that contains JSON.

You need to remove the json.dumps() in your return statement.

profile pictureAWS
EXPERT
répondu il y a 9 mois
profile pictureAWS
EXPERT
vérifié il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions