As we discussed, the trail consists of a discrete input of event packets. AWS stores them in a bucket, which we specify while creating the trail. The bucket for this exercise is greeter-audit-trail.
The event packets are pushed in a discrete/batched manner, as opposed to a continuous/streamed fashion. The discrete event payload is pushed in a tarred and gzipped bundle.
The following screenshot shows the bucket location where the discrete event packets are pushed:
Now that we have created an audit trail for logging the changes made to our Greeter Lambda function, let's see whether ...