For FedRAMP compliance with AWS, it's required to use the FIPS endpoints provided by AWS to create the lambda resources.
Currently there is no way to deploy a FedRAMP compliant AWS Lambda.
Context:
- https://aws.amazon.com/compliance/fips/
- https://github.com/spinnaker/clouddriver/blob/master/clouddriver-lambda/src/main/java/com/netflix/spinnaker/clouddriver/lambda/deploy/ops/AbstractLambdaAtomicOperation.java (not way to provide endpoint)
For FedRAMP compliance with AWS, it's required to use the FIPS endpoints provided by AWS to create the lambda resources.
Currently there is no way to deploy a FedRAMP compliant AWS Lambda.
Context: