Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.14 KB

File metadata and controls

63 lines (37 loc) · 1.14 KB

AWS Lambda

This project is AWS lambda code.


Introduction


image


Installation

1/ Clone the repository && requirements.txt

git clone https://github.com/brickstudy/aws-lambda.git

cd aws-lambda

2/ config setting

  • 경로 : ./data-catalog/.env
# MySQL
DB_USERNAME=
DB_PASSWORD=
DB_HOSTNAME=
DB_PORT=
DB_NAME=

# Discord
DISCORD_WEBHOOK_URL=

Contributing

We welcome contributions to BricksAssistant!

To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch with your feature or bugfix.
  3. Make your changes and commit them with clear messages.
  4. Push your changes to your fork.
  5. Open a pull request to the main repository.
  6. Please ensure your code adheres to the project's coding standards and includes relevant tests.