hrishik opened a new issue #21008: URL: https://github.com/apache/airflow/issues/21008
### Description Airflow DAGs when used in AWS context, the parameter sharing across different subsystems becomes tedious job. There is a need to create a central parameter handling repository that can be accessed by any service provider (Such as AWS Service) outside of Airflow DAG. ### Use case/motivation One important part of DAG based orchestration is sharing of metadata and configuration across different service providers. Existing alternative of using XCom feature of Airflow has its own limitations in terms of security, encryption, extensibility etc., AWS Systems Manager parameter store provides the parameter sharing mechanism, and it is directly supported by all AWS services including lambda, glue, cloud-formation etc. It is an important addition to Airflow to develop the operator for AWS Systems Manager parameter store to standardize information sharing across different services and Airflow DAG seamlessly. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
