This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
serverless
Watch
1
Star
0
Fork
0
You've already forked serverless
mirror of
https://github.com/serverless/serverless.git
synced
2026-01-25 15:07:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
serverless
/
lib
/
plugins
/
aws
/
package
/
compile
History
Wing-Kam
9f3ee94a74
refactor: Replace
_.isString(value)
with
typeof value === 'string'
...
(PR
#7812
)
2020-06-03 16:17:04 +02:00
..
events
refactor: Replace
_.isString(value)
with
typeof value === 'string'
2020-06-03 16:17:04 +02:00
functions
refactor: Replace
_.forEach
and
_.each
with array.forEach (
#7748
)
2020-05-28 10:45:25 +02:00
layers
perf(AWS Deploy): Do not re-upload unchanged lambda layers (
#7680
)
2020-05-19 15:08:25 +02:00