KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PythonLambdaDockerECR
โ 16
Open GitHub โ
PythonLambdaDockerECR
Download README (.md)
Explore Similar Repositories
xmlrpc
:
TypeScript library implementing an XMLRPC client and server with pluggable server backend
youtube-downloader
:
Simple javascript youtube downloader, plain and easy. No ads!
cytoscape-react
:
React component framework for Cytoscape
Fine-Tune-BERT-for-Text-Classification
:
Performing Text classification with fine-tuning BERT model using Tensorflow Hub and Hugging Face Transformers
bimgl
:
๐ฅ๐ฅ๐ฅ ่ฟๆฏไธไธช้ๅฏนไบBIMๅบ็จๅผๅ็3dๆจกๅๅบ ๆฏๆๆไปถ้ไธญ ็่ฒ ่ๅ็ญๆไฝ ๆๆฐ็้ฎ้ขๆ้ๆฑๅฏไปฅๆ Issues
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PythonLambdaDockerECR
?
Download (.md)
# PythonLambdaDockerECR PythonLambdaDockerECR * Learn how to run lambda on docker container and deploy Base image on ECR and use on Lambda #### Commands ``` docker build -t random-letter . docker run -p 9000:8080 random-letter:latest curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d "{\"msg\":\"hello\"}" ```