Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greengrass Implement function_definition APIs #5236

Merged

Conversation

cm-iwata
Copy link
Contributor

Implement these APIs

  • create_function_definition
  • list_function_definitions
  • get_function_definition
  • delete_function_definition
  • update_function_definition
  • create_function_definition_version
  • list_function_definition_versions
  • get_function_definition_version

@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2022

Codecov Report

Merging #5236 (49c2fea) into master (c3f0606) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           master    #5236    +/-   ##
========================================
  Coverage   95.85%   95.86%            
========================================
  Files         688      688            
  Lines       68060    68193   +133     
========================================
+ Hits        65239    65372   +133     
  Misses       2821     2821            
Flag Coverage Δ
servertests 36.41% <10.52%> (-0.06%) ⬇️
unittests 95.80% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
moto/greengrass/urls.py 100.00% <ø> (ø)
moto/greengrass/models.py 99.30% <100.00%> (+0.23%) ⬆️
moto/greengrass/responses.py 100.00% <100.00%> (ø)

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 c3f0606...49c2fea. Read the comment docs.

@bblommers bblommers merged commit 6a1a8ee into getmoto:master Jun 16, 2022
@bblommers bblommers added this to the 3.1.14 milestone Jun 16, 2022
@github-actions
Copy link
Contributor

This is now part of moto >= 3.1.14.dev13

sahilshah6196 pushed a commit to EBSCOIS/moto that referenced this pull request Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants