dojo1 Flashcards

1
Q

Atomic counters-dynamo db

A

using atomic counters to increment the counter item in the DynamoDB table for every new visitor is the most suitable solution in this scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ReturnConsumedCapacity

A

Simply returns the total number write capacity units consumed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BeforeAllowTraffic

A

Use to run tasks before traffic is shifted to the deployed Lambda function version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AfterAllowTraffic

A

Use to run tasks after all traffic is shifted to the deployed Lambda function version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Lamdahook

A

one Lambda function specified with a string on a new line after the name of the lifecycle event. Each hook is executed once per deployment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

X-Ray by using the PutTraceSegments API.

A

A segment can break down the data about the work done into subsegments. Subsegments provide more granular timing information and details about downstream calls that your application made to fulfill the original request.A subsegment can contain additional details about a call to an AWS service, an external HTTP API, or an SQL database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

GetSessionToken

A

API returns a set of temporary credentials for an AWS account or IAM user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly