Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Amazon CloudWatch Logs icon #1087

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

kakakakakku
Copy link
Contributor

Hi 😀

Recently, there was a situation that I wanted to use Amazon CloudWatch Logs icon on Diagrams. But I couldn't find it. The motivation for this pull request is to add the Amazon CloudWatch Logs icon.

Check ✔️

I checked with my sample code.

if __name__ == "__main__":
    from diagrams import Diagram
    from diagrams.aws.compute import LambdaFunction
    from diagrams.aws.management import CloudwatchLogs
    with Diagram('', filename='../../../main', show=False):
        function = LambdaFunction('LambdaFunction')
        logs = CloudwatchLogs('CloudwatchLogs')
        function >> logs

main

Could you please review? Thanks a lot 👍

@tvqphuoc01 tvqphuoc01 merged commit be04bb1 into mingrammer:master Jan 3, 2025
8 checks passed
@tvqphuoc01
Copy link
Collaborator

Merged thanks @kakakakakku and happy new year 🥳

@kakakakakku
Copy link
Contributor Author

Happy New Year! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants