ysnbogt / shape-color

🖼️ I had the URL I was looking for, but I've forgotten it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph LR
  A[API Gateway]
  A -- Trigger --> B[AWS Lambda]
  B -- Response --> A
  style A fill:#f9f,stroke:#333,stroke-width:2px

  classDef class1 fill:#f9f,stroke:#333,stroke-width:2px;
  class A class1;

  subgraph "API Gateway"
    D[Binary Media Types: image/png, text/html]
    E[API Type: REST]
  end
$ make role
$ make deploy
https://api-gateway-id.execute-api.region.amazonaws.com/default/function-name?shape=<shape>&size=<size>&color=<color>

About

🖼️ I had the URL I was looking for, but I've forgotten it.


Languages

Language:Python 64.0%Language:Makefile 28.5%Language:Dockerfile 7.5%