With Knative eventing, you can use a source, to receive events for a 3rd party system, and have them sent as CloudEvents to a HTTP webserver, like:
apiVersion: sources.knative.dev/v1alpha2
kind: PingSource
metadata:
name: ping-source
spec:| { | |
| "aws": { | |
| "access_key_id": "string", | |
| "account_id": "string", | |
| "secret_access_key": "string" | |
| }, | |
| "ccs": { | |
| "enabled": true | |
| }, | |
| "cloud_provider": { |
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\