Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

More Event Types #5

Merged
merged 1 commit into from
Jan 11, 2020
Merged

More Event Types #5

merged 1 commit into from
Jan 11, 2020

Conversation

fabianfett
Copy link
Owner

@fabianfett fabianfett commented Dec 2, 2019

  • ALB Event
  • Improvements to APIGateway
  • Cloudwatch Event
  • SQS Event
  • SNS Event
  • DynamoDB Event

@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #5 into master will increase coverage by 1.91%.
The diff coverage is 86.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   82.46%   84.37%   +1.91%     
==========================================
  Files          14       29      +15     
  Lines         747     1549     +802     
==========================================
+ Hits          616     1307     +691     
- Misses        131      242     +111
Impacted Files Coverage Δ
...ambdaRuntimeTests/Utils/MockLambdaRuntimeAPI.swift 0% <ø> (ø) ⬆️
Sources/LambdaRuntime/Runtime.swift 41.46% <0%> (-1.22%) ⬇️
...ts/LambdaRuntimeTests/Events/APIGatewayTests.swift 93.18% <100%> (ø) ⬆️
...LambdaRuntime/Events/DynamoDB+AttributeValue.swift 100% <100%> (ø)
Sources/LambdaRuntime/AWSNumber.swift 100% <100%> (ø)
Sources/LambdaRuntime/Runtime+Codable.swift 100% <100%> (ø) ⬆️
...rces/LambdaRuntime/Utils/HTTPHeaders+Codable.swift 100% <100%> (ø)
Sources/LambdaRuntime/Context.swift 100% <100%> (ø) ⬆️
Sources/LambdaRuntime/Events/SQS.swift 50% <50%> (ø)
Sources/LambdaRuntime/Events/ALB.swift 69.53% <69.53%> (ø)
... and 26 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28602a7...3933990. Read the comment docs.

@fabianfett fabianfett added this to the v0.3.0 milestone Dec 31, 2019
@fabianfett fabianfett force-pushed the feature/more-events branch from 6e8e0ab to 4bc39e2 Compare January 8, 2020 17:09
@fabianfett fabianfett changed the title More Event Types for the lambda More Event Types Jan 9, 2020
@@ -0,0 +1,3 @@
# EventSources

A description of this package.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to commit this? Probably not.

Added the following Event types:
- ALB Event
- Cloudwatch Event
- SQS Event
- SNS Event
- DynamoDB Event

Improvements to:
- APIGateway

Added multi purpose type:
- Added AWSNumber (Thanks for the idea @Ro-M.)
@fabianfett fabianfett marked this pull request as ready for review January 11, 2020 12:21
@fabianfett fabianfett merged commit 21eaecd into master Jan 11, 2020
@fabianfett fabianfett deleted the feature/more-events branch January 11, 2020 12:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant