Quiz Yourself on External Services Integration

Test your knowledge of integrating AWS Lambda with external services.

1

What needs to be done to configure an AWS Lambda function as a listener for a specific event type?

A)

A binding-specific attribute needs to be added to the function handler method.

B)

A binding-specific attribute needs to be added to the input parameter of the function handler method.

C)

The shape of the input object needs to match the shape of the event emitted by the external service.

D)

The input data type must be a string so we can deserialize it into any data type.

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.