gopidesupavan commented on code in PR #39300:
URL: https://github.com/apache/airflow/pull/39300#discussion_r1582573457


##########
airflow/providers/amazon/aws/hooks/lambda_function.py:
##########
@@ -106,6 +106,9 @@ def create_lambda(
         image_config: Any | None = None,
         code_signing_config_arn: str | None = None,
         architectures: list[str] | None = None,
+        ephemeral_storage: Any | None = None,

Review Comment:
   Hi @amoghrajesh , Basically the added parameters are dict as per boto3 
configuration, Here there are already few dict parameters defined as Any, I 
have followed the similar approach for these new parameters. 
   
   And the default is set to None because there is call to trim the none 
values, Before creating function.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to