Description
Runtime:
Python
Is your feature request related to a problem? Please describe
I have followed the alternative solution to publish aws-lambda-powertools-python
into my organization's Gov Cloud account suggested in #1166, which works well; however, one of my teams has asked to use the Parser utility and thus requires aws-lambda-powertools-python-layer-extras
. I can not find any documented reference to the aws-lambda-powertools-python-layer-extras
layer ARN, and the layer ARN is not returned from any CLI calls interacting with with SAR such as:
aws serverlessrepo get-application --application-id arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-extras
Describe the solution you'd like
Similar to how the public layer ARN is documented as arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPython:11
, I would like to see a reference for the layer containing the extras so that I am capable of rehosting it within my Gov Cloud account (until such a time as it is hosted publicly within Gov Cloud by the maintainers).
Describe alternatives you've considered
I have considered trying to reference the SAR using SAM/CDK, but to my knowledge the resource arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-extras
is not capable of being referenced from within a Gov Cloud partition.
Additional context
Here is a screenshot of the current state of the documentation without the extras layer ARN for reference: