awslabs / aws-config-resource-schema

AWS Config resource schema define the properties and types of AWS Config resource configuration items (CIs). Resource CI schema are used by developers when performing advanced resource queries and when processing CI data.
Apache License 2.0
236 stars 61 forks source link

Resource Creation Time is not populated for AWS::Lambda::Function #57

Open akhil-vasudevan opened 3 months ago

akhil-vasudevan commented 3 months ago

For one of our reporting needs, we were looking at AWS Config data for Lambda functions to determine when it was created and it appears resource creation time is not being populated for some reason. As per the config schema, it is listed in there. Is this intended or a bug ??

"resourceCreationTime": "string"