Skip to content

Commit

Permalink
1 more deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Dec 1, 2023
1 parent bc17b11 commit 6554db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambda/shared/src/main/scala-3/feral/lambda/invocations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ val LambdaEnv = Invocation

type ApiGatewayProxyInvocation[F[_]] = Invocation[F, ApiGatewayProxyEventV2]
type DynamoDbStreamInvocation[F[_]] = Invocation[F, DynamoDbStreamEvent]
@deprecated(
"Moved to kinesis4cats. See https://etspaceman.github.io/kinesis4cats/feral/getting-started.html.",
since = "0.3.0")
type KinesisStreamInvocation[F[_]] = Invocation[F, KinesisStreamEvent]
type S3BatchInvocation[F[_]] = Invocation[F, S3BatchEvent]
type SnsInvocation[F[_]] = Invocation[F, SnsEvent]
Expand Down

0 comments on commit 6554db5

Please sign in to comment.